add top-level kernel_menuconfig target to unpack and reconfigure the kernel - uses config.pl to generate target/linux/*/config and config-diff

SVN-Revision: 6310
This commit is contained in:
Felix Fietkau
2007-02-16 16:59:44 +00:00
parent 9b78ea021b
commit 8afbc2d617
3 changed files with 14 additions and 0 deletions

View File

@@ -19,5 +19,8 @@ compile:
install:
$(MAKE) -C $(BOARD)-$(KERNEL) install
menuconfig: prepare
$(MAKE) -C $(BOARD)-$(KERNEL) menuconfig
clean:
$(MAKE) -C $(BOARD)-$(KERNEL) clean