generate the modules list vars from modules.conf into a file instead of on the fly every time

This commit is contained in:
Michael Jerris
2014-05-08 15:58:28 -04:00
parent 2508ae98bf
commit 31069f33a2
3 changed files with 20 additions and 8 deletions
+2
View File
@@ -1,3 +1,5 @@
-include modules.inc
all: $(OUR_MODULES)
clean: $(OUR_CLEAN_MODULES) $(OUR_DISABLED_CLEAN_MODULES)
install: $(OUR_INSTALL_MODULES)