[Buildroot] [git commit master 1/1] linux: support 'make linux26-nconfig'

Bjørn Forsman bjorn.forsman at gmail.com
Sun Dec 19 20:16:37 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=bf6fa18f4d3bd1a9932f65d6f921c89f260bde08
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bjørn Forsman <bjorn.forsman at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 linux/linux.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index 23b89cf..6636a35 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -159,7 +159,7 @@ $(LINUX26_DIR)/.stamp_installed: $(LINUX26_DIR)/.stamp_compiled
 
 linux26: host-module-init-tools $(LINUX26_DEPENDENCIES) $(LINUX26_DIR)/.stamp_installed
 
-linux26-menuconfig linux26-xconfig linux26-gconfig: dirs $(LINUX26_DIR)/.stamp_configured
+linux26-menuconfig linux26-xconfig linux26-gconfig linux26-nconfig: dirs $(LINUX26_DIR)/.stamp_configured
 	$(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) $(subst linux26-,,$@)
 
 # Support for rebuilding the kernel after the initramfs file list has
-- 
1.7.2.2




More information about the buildroot mailing list