Skip to content
Snippets Groups Projects
Commit 9acbd522 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

allow target specific builddir list override

SVN-Revision: 8204
parent 48d57c4b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ define subdir
)
)
$(foreach target,$(SUBTARGETS),
$(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$($(1)/builddirs),$(1)/$(bd)/$(target)))
$(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$(if $($(1)/builddirs-$(target)),$($(1)/builddirs-$(target)),$($(1)/builddirs)),$(1)/$(bd)/$(target)))
)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment