aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFergus Noble2011-09-15 00:05:57 -0700
committerFergus Noble2011-09-15 00:05:57 -0700
commitf8d1005595296177da8e92ddbf8ef582f23a58d1 (patch)
tree2d6a7864d0072717ed7fa9334be9c7a395e4aab7 /Makefile
parent6912cbe71fe1a4773a3ad0aa7ee04186422dd60d (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 fe8db6a..d0bed53 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ INCDIR = $(DESTDIR)/$(PREFIX)/include
LIBDIR = $(DESTDIR)/$(PREFIX)/lib
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)