Adding stm32f2 target in top level Makefile and renaming f1 target.
This commit is contained in:
2
Makefile
2
Makefile
@@ -24,7 +24,7 @@ INCDIR = $(DESTDIR)/$(PREFIX)/include
|
|||||||
LIBDIR = $(DESTDIR)/$(PREFIX)/lib
|
LIBDIR = $(DESTDIR)/$(PREFIX)/lib
|
||||||
INSTALL = install
|
INSTALL = install
|
||||||
|
|
||||||
TARGETS = stm32 lpc13xx lm3s
|
TARGETS = stm32f1 stm32f2 lpc13xx lm3s
|
||||||
|
|
||||||
# Be silent per default, but 'make V=1' will show all compiler calls.
|
# Be silent per default, but 'make V=1' will show all compiler calls.
|
||||||
ifneq ($(V),1)
|
ifneq ($(V),1)
|
||||||
|
|||||||
Reference in New Issue
Block a user