Skip to content
Snippets Groups Projects
Commit de038ed3 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

* some minor Makefile cleanup

parent f1044c5c
Branches
No related tags found
No related merge requests found
......@@ -19,17 +19,15 @@ ifeq ($(CPU),stm32f407vgt6)
USEMODULE += stm32f4xxstdperi
UNDEF += $(BINDIR)syscalls.o
endif
ifeq ($(CPU),msp430x16x)
USEMODULE += msp430_common
endif
#USEMODULE += cpu_drivers cpu core lib sys
USEMODULE += cpu core sys
ED = $(USEMODULE:%=-DMODULE_%)
EXTDEFINES = $(shell echo $(ED)|tr 'a-z' 'A-Z')
BL=$(USEMODULE:%= $(BINDIR)%.a)
# exclude hwtimer, because it is part of the kernel but the define is needed for auto_init
export BASELIBS = $(shell echo $(BL)|sed 's/[^ ]*hwtimer.a//')
CFLAGS += $(EXTDEFINES)
include $(RIOTBASE)/Makefile.dep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment