diff --git a/Makefile.include b/Makefile.include index ea237d7230..23d8fc3330 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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 diff --git a/Makefile.modules b/Makefile.modules index 246a8d6e37..c7380ba3a1 100644 --- a/Makefile.modules +++ b/Makefile.modules @@ -12,7 +12,4 @@ export BASELIBS = $(shell echo $(BL)|sed 's/[^ ]*hwtimer.a//') CFLAGS += $(EXTDEFINES) -include $(RIOTBASE)/Makefile.dep - export USEMODULE -