aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-16 17:28:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-16 17:28:22 +0000
commitbe61365315ec4108ddb548a09418df2912e0e91e (patch)
tree0978aa4e147472968c74e78130521451d0296794 /Makefile
parent65ff2cec3d43e9dfac75fb2a16cfb4deaf455e63 (diff)
downloadmaster-187ad058-be61365315ec4108ddb548a09418df2912e0e91e.tar.gz
master-187ad058-be61365315ec4108ddb548a09418df2912e0e91e.tar.bz2
master-187ad058-be61365315ec4108ddb548a09418df2912e0e91e.zip
make kernel_menuconfig work without target toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6312 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1970b09cb..fea8ed3162 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ menuconfig: scripts/config/mconf tmp/.config.in tmp/.config-target.in FORCE
$< Config.in
kernel_menuconfig: .config FORCE
- $(MAKE) target/linux-prepare
+ -$(MAKE) target/linux-prepare
$(NO_TRACE_MAKE) -C target/linux menuconfig
package/%: tmp/.pkginfo tmp/.targetinfo FORCE