diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-16 10:03:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-16 10:03:03 +0000 |
commit | a9bc57f16ee28173bdf4aeafd25924c76c72ff18 (patch) | |
tree | 32035bba7975342fdee054875b18223a07322ac7 /Makefile | |
parent | ac6c9d2be4a02d8e8191e9a7095f47e9051fad3b (diff) | |
download | upstream-a9bc57f16ee28173bdf4aeafd25924c76c72ff18.tar.gz upstream-a9bc57f16ee28173bdf4aeafd25924c76c72ff18.tar.bz2 upstream-a9bc57f16ee28173bdf4aeafd25924c76c72ff18.zip |
add kernel_oldconfig target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8003 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |