aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2/Makefile.include
diff options
context:
space:
mode:
authorFergus Noble2011-09-16 23:14:07 -0700
committerFergus Noble2011-09-16 23:14:07 -0700
commit551d069ed3e5fd5f2f25eae8bd0980905835002a (patch)
treee343b65f5c3f5cc75de3f7958e82da65ccad045c /examples/stm32f2/Makefile.include
parent792a806ecd8febe063153fb4cac8f4ad95812815 (diff)
Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box.
Diffstat (limited to 'examples/stm32f2/Makefile.include')
-rw-r--r--examples/stm32f2/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f2/Makefile.include b/examples/stm32f2/Makefile.include
index 6ec9f65..9cec6e7 100644
--- a/examples/stm32f2/Makefile.include
+++ b/examples/stm32f2/Makefile.include
@@ -20,7 +20,7 @@
##
PREFIX ?= arm-none-eabi
-#PREFIX ?= arm-elf
+# PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
OBJCOPY = $(PREFIX)-objcopy