Produced build system for Blueboard-LPC1768-H miniblink.

This commit is contained in:
Taylor Vesely
2012-03-27 08:55:19 -06:00
parent bf2b8aad2f
commit f7bf15343d
4 changed files with 207 additions and 1 deletions

View File

@@ -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)