aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-24 11:41:35 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-24 11:41:35 +0000
commit536c79a48f3065ab7cc0a3fe6cfccee5654f9662 (patch)
tree073942794f2ba7a7bf2fabcee1bf8eed21ec892b /package/kernel/Makefile
parentc1fe2f4ee9f8c5cc9a0572276f97c69a0756132a (diff)
downloadupstream-536c79a48f3065ab7cc0a3fe6cfccee5654f9662.tar.gz
upstream-536c79a48f3065ab7cc0a3fe6cfccee5654f9662.tar.bz2
upstream-536c79a48f3065ab7cc0a3fe6cfccee5654f9662.zip
package/kernel: load target specific modules .mk files after generic ones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21123 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 225c85cf66..f440a4051b 100644
--- a/package/kernel/Makefile
+++ b/package/kernel/Makefile
@@ -44,5 +44,5 @@ endef
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
--include $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk
+-include $(TOPDIR)/target/linux/*/modules.mk