Adding stm32f2 target in top level Makefile and renaming f1 target.
This commit is contained in:
committed by
Stephen Caudle
parent
60dcacccb7
commit
8da4496799
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@ LIBDIR = $(DESTDIR)/$(PREFIX)/lib
|
||||
SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user