mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +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
|
# the binaries to link
|
||||||
BASELIBS += $(BINDIR)${APPLICATION}.a
|
BASELIBS += $(BINDIR)${APPLICATION}.a
|
||||||
BASELIBS += $(USEPKG:%=${BINDIR}%.a)
|
BASELIBS += $(USEPKG:%=${BINDIR}%.a)
|
||||||
|
BASELIBS += $(APPDEPS)
|
||||||
|
|
||||||
.PHONY: all clean flash term doc debug debug-server reset objdump help info-modules
|
.PHONY: all clean flash term doc debug debug-server reset objdump help info-modules
|
||||||
.PHONY: ..in-docker-container
|
.PHONY: ..in-docker-container
|
||||||
|
Loading…
Reference in New Issue
Block a user