aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor Vesely2012-03-27 08:55:19 -0600
committerTaylor Vesely2012-03-27 08:55:19 -0600
commitf7bf15343da05ab725c21819aceeb5e3ba80a2d9 (patch)
tree96bc3ebbb453c40c7d7a5e8b506139944a155f6d /Makefile
parentbf2b8aad2feff6126085e06c60c8e43842d6da43 (diff)
Produced build system for Blueboard-LPC1768-H miniblink.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3507791..56ec68d 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 stm32/f4 lpc13xx lm3s
+TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)