summaryrefslogtreecommitdiffstats
path: root/package/kernel/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-09-23 20:45:40 +0000
committerNicolas Thill <nico@openwrt.org>2008-09-23 20:45:40 +0000
commitab04e16a1a57e954e64022d10602dcde9a7dccb5 (patch)
tree050acf783d75e4be09f3e45032d3001ea239fcd1 /package/kernel/Makefile
parent625b692c1f6ee3494d489ee8f254b77de7585f1d (diff)
downloadmaster-31e0f0ae-ab04e16a1a57e954e64022d10602dcde9a7dccb5.tar.gz
master-31e0f0ae-ab04e16a1a57e954e64022d10602dcde9a7dccb5.tar.bz2
master-31e0f0ae-ab04e16a1a57e954e64022d10602dcde9a7dccb5.zip
don't fail if there are no modules.mk under ./target/linux/
SVN-Revision: 12675
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 036af764f1..da96f43a7b 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