aboutsummaryrefslogtreecommitdiffstats
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
commitc1da8b3304d10c3f03e3bda74769b7a54679eaa0 (patch)
treed2eb4dcaf52032d38be1e2f9e12964782d86d761 /package/kernel/Makefile
parent0f823928b68d8cdb5da0e455aa777a6918dfea73 (diff)
downloadmaster-187ad058-c1da8b3304d10c3f03e3bda74769b7a54679eaa0.tar.gz
master-187ad058-c1da8b3304d10c3f03e3bda74769b7a54679eaa0.tar.bz2
master-187ad058-c1da8b3304d10c3f03e3bda74769b7a54679eaa0.zip
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 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