summaryrefslogtreecommitdiffstats
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
commit509bb267a32dbc4f9a663683e1de42e3fec31e63 (patch)
tree5e5e3586ccb7951c163517133525a2fe7b5c83b0 /Makefile
parent20db49bf2c9e116bb8da9157facf9527a745452b (diff)
downloadmaster-31e0f0ae-509bb267a32dbc4f9a663683e1de42e3fec31e63.tar.gz
master-31e0f0ae-509bb267a32dbc4f9a663683e1de42e3fec31e63.tar.bz2
master-31e0f0ae-509bb267a32dbc4f9a663683e1de42e3fec31e63.zip
make kernel_menuconfig work without target toolchain
SVN-Revision: 6312
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