1
0
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:
Oleg Hahm 2016-02-26 15:02:02 +01:00
parent 94c287c4c2
commit 7a979e3db4

View File

@ -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