1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

Merge pull request #4906 from OlegHahm/make_appdeps_fix

make: actually make use of APPDEPS for building
This commit is contained in:
Oleg Hahm 2016-03-01 20:58:07 +01:00
commit 3e25e5df86

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