From 3b1d53fc44edfb20e5ea8b6b3950f45aecdca8a7 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 16 Jul 2007 10:03:03 +0000 Subject: add kernel_oldconfig target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8003 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d3758df3..dbb4a0cce 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 -- cgit v1.2.3