summaryrefslogtreecommitdiffstats
path: root/package/kernel/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-23 20:45:40 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-23 20:45:40 +0000
commita3ec96c3416d24430bea57e0a112c6e2536ec89d (patch)
treed2eb4dcaf52032d38be1e2f9e12964782d86d761 /package/kernel/Makefile
parent59108c061701d2e288d4a533a9bf8f27aa305d2e (diff)
don't fail if there are no modules.mk under ./target/linux/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12675 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 036af764f..da96f43a7 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 $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk