From: Nicolas Thill Date: Tue, 23 Sep 2008 20:45:40 +0000 (+0000) Subject: don't fail if there are no modules.mk under ./target/linux/ X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c1da8b3304d10c3f03e3bda74769b7a54679eaa0;p=15.05%2Fopenwrt.git 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 --- 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