aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFergus Noble2011-09-15 00:05:57 -0700
committerStephen Caudle2011-10-12 22:13:02 -0400
commit8da449679988e32d35359fa8a952ec8d2ed07297 (patch)
treef9b82228c9e98b8839b5cf84c6e89d4a52e77866 /Makefile
parent60dcacccb7ae8f80ca224e38abdfca1236d1871e (diff)
Adding stm32f2 target in top level Makefile and renaming f1 target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe06961..e693516 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ LIBDIR = $(DESTDIR)/$(PREFIX)/lib
SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
-TARGETS = stm32 lpc13xx lm3s
+TARGETS = stm32f1 stm32f2 lpc13xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)