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:
parent
ac2b9f2524
commit
da485b9e2a
@ -1,3 +1,3 @@
|
||||
DEFAULT_MODULE += cpu core sys
|
||||
DEFAULT_MODULE += board cpu core sys
|
||||
|
||||
DEFAULT_MODULE += auto_init
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user