aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ossmann2012-05-22 14:23:57 -0600
committerMichael Ossmann2012-05-22 14:23:57 -0600
commit50999194d2ae09171759dc73177ffae4fbdb5536 (patch)
treed0bd8fd0f9dfddf2a32ee584e13a6a63b970d7c5
parent3a9d48923a9417e9e34cad2fe546dc6e7c2b5553 (diff)
added lpc43xx to target list
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56ec68d..0f53cbb 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 lpc17xx lm3s
+TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)