diff options
author | John Crispin <john@openwrt.org> | 2012-04-23 09:37:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-04-23 09:37:50 +0000 |
commit | 4a7d620950e2f572abf04ced418371e4da07b3f4 (patch) | |
tree | ea230dc5129dd31ecc49ddd175ee00330fc89f87 /package/kernel/Makefile | |
parent | dcd185c2f8db91cf78efa2e315250a45ab3ffba1 (diff) | |
download | upstream-4a7d620950e2f572abf04ced418371e4da07b3f4.tar.gz upstream-4a7d620950e2f572abf04ced418371e4da07b3f4.tar.bz2 upstream-4a7d620950e2f572abf04ced418371e4da07b3f4.zip |
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>
SVN-Revision: 31442
Diffstat (limited to 'package/kernel/Makefile')
-rw-r--r-- | package/kernel/Makefile | 2 |
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),) |