Adding stm32f2 target in top level Makefile and renaming f1 target.

This commit is contained in:
Fergus Noble 2011-09-15 00:05:57 -07:00
parent 6912cbe71f
commit f8d1005595

View File

@ -24,7 +24,7 @@ INCDIR = $(DESTDIR)/$(PREFIX)/include
LIBDIR = $(DESTDIR)/$(PREFIX)/lib
INSTALL = install
TARGETS = stm32 lpc13xx lm3s
TARGETS = stm32f1 stm32f2 lpc13xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)