[make] rename module.mk to recurse.mk to make way for a real module.mk
This commit is contained in:
@@ -15,7 +15,7 @@ MODULES :=
|
|||||||
$(info including $(INCMODULES))
|
$(info including $(INCMODULES))
|
||||||
include $(addsuffix /rules.mk,$(INCMODULES))
|
include $(addsuffix /rules.mk,$(INCMODULES))
|
||||||
|
|
||||||
include make/module.mk
|
include make/recurse.mk
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
2
makefile
2
makefile
@@ -90,7 +90,7 @@ include app/rules.mk
|
|||||||
|
|
||||||
# recursively include any modules in the MODULE variable, leaving a trail of included
|
# recursively include any modules in the MODULE variable, leaving a trail of included
|
||||||
# modules in the ALLMODULES list
|
# modules in the ALLMODULES list
|
||||||
include make/module.mk
|
include make/recurse.mk
|
||||||
|
|
||||||
# any extra top level build dependencies that someone declared
|
# any extra top level build dependencies that someone declared
|
||||||
all:: $(EXTRA_BUILDDEPS)
|
all:: $(EXTRA_BUILDDEPS)
|
||||||
|
|||||||
Reference in New Issue
Block a user