mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
move Makefile.dep include
boards modify USEMODULE which can lead to additional dependencies. including Makefile.dep last enables it to resolve all dependencies.
This commit is contained in:
parent
3ba156883b
commit
73a2c4edf2
@ -32,6 +32,7 @@ BOARD := $(strip $(BOARD))
|
||||
include $(RIOTBASE)/Makefile.modules
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.include
|
||||
include $(RIOTCPU)/$(CPU)/Makefile.include
|
||||
include $(RIOTBASE)/Makefile.dep
|
||||
|
||||
# your binaries to link
|
||||
BASELIBS += $(BINDIR)$(BOARD)_base.a
|
||||
|
@ -12,7 +12,4 @@ export BASELIBS = $(shell echo $(BL)|sed 's/[^ ]*hwtimer.a//')
|
||||
|
||||
CFLAGS += $(EXTDEFINES)
|
||||
|
||||
include $(RIOTBASE)/Makefile.dep
|
||||
|
||||
export USEMODULE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user