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 | 6178152ee8de00d79a63a4208337e72b7284d790 (patch) | |
tree | 43750bc1c06080a579539c25b3f779b78ebe68f9 /Makefile | |
parent | 3e87d642f7592ae71078c4c3d725a4a0104901c7 (diff) | |
download | mtk-20170518-6178152ee8de00d79a63a4208337e72b7284d790.zip mtk-20170518-6178152ee8de00d79a63a4208337e72b7284d790.tar.gz mtk-20170518-6178152ee8de00d79a63a4208337e72b7284d790.tar.bz2 |
add kernel_oldconfig target
SVN-Revision: 8003
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 |