Add kernel_nconfig make target

SVN-Revision: 22518
This commit is contained in:
Lars-Peter Clausen
2010-08-06 21:36:35 +00:00
parent fa802af399
commit a97d6b0c95
3 changed files with 5 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ define BuildKernel
compile: $(LINUX_DIR)/.modules
$(MAKE) -C image compile TARGET_BUILD=
oldconfig menuconfig: $(STAMP_PREPARED) $(STAMP_CHECKED) FORCE
oldconfig menuconfig nconfig: $(STAMP_PREPARED) $(STAMP_CHECKED) FORCE
[ -e "$(LINUX_CONFIG)" ] || touch "$(LINUX_CONFIG)"
$(LINUX_CONFCMD) > $(LINUX_DIR)/.config
touch $(LINUX_CONFIG)