aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d0bed53..23ea1b7 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-# PREFIX ?= arm-none-eabi
-PREFIX ?= arm-elf
+PREFIX ?= arm-none-eabi
+# PREFIX ?= arm-elf
DESTDIR ?= /usr/local
INCDIR = $(DESTDIR)/$(PREFIX)/include
LIBDIR = $(DESTDIR)/$(PREFIX)/lib