summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-16 10:03:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-16 10:03:03 +0000
commit6178152ee8de00d79a63a4208337e72b7284d790 (patch)
tree43750bc1c06080a579539c25b3f779b78ebe68f9 /Makefile
parent3e87d642f7592ae71078c4c3d725a4a0104901c7 (diff)
downloadmaster-31e0f0ae-6178152ee8de00d79a63a4208337e72b7284d790.tar.gz
master-31e0f0ae-6178152ee8de00d79a63a4208337e72b7284d790.tar.bz2
master-31e0f0ae-6178152ee8de00d79a63a4208337e72b7284d790.zip
add kernel_oldconfig target
SVN-Revision: 8003
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d3758df38..dbb4a0cce1 100644
--- a/Makefile
+++ b/Makefile
@@ -92,10 +92,12 @@ menuconfig: scripts/config/mconf tmp/.config-target.in tmp/.config-package.in FO
fi
$< Config.in
+kernel_oldconfig: .config FORCE
+ $(NO_TRACE_MAKE) -C target/linux oldconfig
+
kernel_menuconfig: .config FORCE
$(NO_TRACE_MAKE) -C target/linux menuconfig
-
package/% target/%: tmp/.packageinfo
toolchain/% package/% target/%: tmp/.targetinfo
package/% target/% tools/% toolchain/%: FORCE