Makefile: remove dependency on .config

This commit is contained in:
Gregory Nutt 2016-06-08 08:56:20 -06:00
parent 33b876306d
commit c8d718b211

View File

@ -118,9 +118,7 @@ context_serialize:
context: context_serialize
$(TOPDIR)/.config:
Kconfig: $(TOPDIR)/.config
Kconfig:
$(foreach SDIR, $(BUILDIRS), $(call MAKE_template,$(SDIR),preconfig))
$(Q) $(MKKCONFIG)