aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Caudle2011-10-31 00:24:47 -0400
committerStephen Caudle2011-10-31 00:41:19 -0400
commit5a89d4459146edfb073e8ffa299cd9598a98c27c (patch)
tree8b2b4cd7da3bec9f611c6917c7434faa1fd8ab87 /Makefile
parent05bc9d10f15332358b18014d335a79fa3f4ed21c (diff)
Add initial support for STM32F4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4799358..f1f7998 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ LIBDIR = $(DESTDIR)/$(PREFIX)/lib
SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
-TARGETS = stm32/f1 stm32/f2 lpc13xx lm3s
+TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)