[make] rename module.mk to recurse.mk to make way for a real module.mk

This commit is contained in:
Travis Geiselbrecht
2012-08-06 17:29:57 -07:00
parent 8cb6fbedc2
commit 9c0f307ce6
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ include app/rules.mk
# recursively include any modules in the MODULE variable, leaving a trail of included
# modules in the ALLMODULES list
include make/module.mk
include make/recurse.mk
# any extra top level build dependencies that someone declared
all:: $(EXTRA_BUILDDEPS)