make kernel_menuconfig work without target toolchain

SVN-Revision: 6312
This commit is contained in:
Felix Fietkau
2007-02-16 17:28:22 +00:00
parent 20db49bf2c
commit 509bb267a3
3 changed files with 5 additions and 4 deletions

View File

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