mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:32:44 +01:00
make: force traversal into PKG's, same as normal modules
This commit is contained in:
parent
ae4a668695
commit
f183730917
@ -131,9 +131,9 @@ $(RIOTBASE)/pkg/%/Makefile.include::
|
||||
$(AD)"$(MAKE)" -C $(RIOTBASE)/pkg/$* Makefile.include
|
||||
|
||||
.PHONY: $(USEPKG:%=$(RIOTBASE)/pkg/%/Makefile.include)
|
||||
|
||||
-include $(USEPKG:%=$(RIOTBASE)/pkg/%/Makefile.include)
|
||||
|
||||
.PHONY: $(USEPKG:%=${BINDIR}%.a)
|
||||
$(USEPKG:%=${BINDIR}%.a):
|
||||
@mkdir -p ${BINDIR}
|
||||
"$(MAKE)" -C $(RIOTBASE)/pkg/$(patsubst ${BINDIR}%.a,%,$@)
|
||||
|
Loading…
Reference in New Issue
Block a user