Search includes from variable.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
This commit is contained in:
parent
56e74ee085
commit
6b9e627f2b
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@
|
||||||
PATH_BIN := bin
|
PATH_BIN := bin
|
||||||
PATH_SRC := src
|
PATH_SRC := src
|
||||||
rwildcard = $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
|
rwildcard = $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
|
||||||
MK_MODULES := $(call rwildcard, src, */0module.mk)
|
MK_MODULES := $(call rwildcard, $(PATH_SRC), */0module.mk)
|
||||||
BUILD_ALL := "Use 'make help' for possible targets."
|
BUILD_ALL := "Use 'make help' for possible targets."
|
||||||
BUILD_HELP := "Use one of the following build targets;"
|
BUILD_HELP := "Use one of the following build targets;"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue