mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: actually make use of APPDEPS for building
This commit is contained in:
parent
94c287c4c2
commit
7a979e3db4
@ -192,6 +192,7 @@ endif
|
||||
# the binaries to link
|
||||
BASELIBS += $(BINDIR)${APPLICATION}.a
|
||||
BASELIBS += $(USEPKG:%=${BINDIR}%.a)
|
||||
BASELIBS += $(APPDEPS)
|
||||
|
||||
.PHONY: all clean flash term doc debug debug-server reset objdump help info-modules
|
||||
.PHONY: ..in-docker-container
|
||||
|
Loading…
Reference in New Issue
Block a user