aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-04-23 09:37:50 +0000
committerJohn Crispin <blogic@openwrt.org>2012-04-23 09:37:50 +0000
commit665becd550194a6226a20b553c037d3c0caf973b (patch)
treee9728fd492b98ad0a5d85866d12a01ad398cb8df /package/kernel/Makefile
parenta4fcc4529e1a0840a6f8bd5982953ffc541fdad1 (diff)
downloadupstream-665becd550194a6226a20b553c037d3c0caf973b.tar.gz
upstream-665becd550194a6226a20b553c037d3c0caf973b.tar.bz2
upstream-665becd550194a6226a20b553c037d3c0caf973b.zip
[kernel] scanning kernel packages for targets
Any modifications in target/linux/*/modules.mk would not come into effect for subsequent "make menuconfig" unless we delete ./tmp. Signed-off-by: kalyan <kalyanatejaswi@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31442 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/Makefile')
-rw-r--r--package/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/Makefile b/package/kernel/Makefile
index e094c601ef..8050817392 100644
--- a/package/kernel/Makefile
+++ b/package/kernel/Makefile
@@ -12,7 +12,7 @@ PKG_NAME:=kernel
PKG_FLAGS:=hold
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
-SCAN_DEPS=modules/*.mk
+SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)