1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: add board as default module

This commit is contained in:
Hauke Petersen 2015-12-02 13:38:27 +01:00
parent ac2b9f2524
commit da485b9e2a
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
DEFAULT_MODULE += cpu core sys
DEFAULT_MODULE += board cpu core sys
DEFAULT_MODULE += auto_init

View File

@ -190,7 +190,6 @@ export CFLAGS += -DRIOT_VERSION=\"$(RIOT_VERSION)\"
endif
# the binaries to link
BASELIBS += $(BINDIR)$(BOARD)_base.a
BASELIBS += $(BINDIR)${APPLICATION}.a
BASELIBS += $(USEPKG:%=${BINDIR}%.a)