build: prepare tmpinfo before generating config

This commit is contained in:
Matthias Schiffer 2015-03-07 21:07:36 +01:00
parent ffccf4c29f
commit a35e9620b8
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ feeds: FORCE
+$(GLUONMAKE_EARLY) prepare-tmpinfo
config: FORCE
+$(GLUONMAKE) prepare-tmpinfo
( \
cat $(GLUONDIR)/include/config $(GLUONDIR)/targets/$(GLUON_TARGET)/config; \
echo '$(patsubst %,CONFIG_PACKAGE_%=m,$(sort $(filter-out -%,$(GLUON_DEFAULT_PACKAGES) $(GLUON_SITE_PACKAGES) $(PROFILE_PACKAGES))))' \