aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchrysn2012-04-19 17:28:55 +0200
committerchrysn2012-04-19 17:28:55 +0200
commit09fea0bc1bb9f38676375d4165676f8f35f5c66a (patch)
tree288ee822ed165049e13e0b6fd325e9bb3d16d85f /Makefile
parent705cdab7d702772829fd4cff37cf22bab9f59ddb (diff)
parent66c5f91a870105aa1f70388d834fffe1bac9947c (diff)
Merge branch 'master' into efm32
Conflicts: Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09db92a..931e247 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 efm32/tinygecko
+TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lm3s efm32/tinygecko
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)