don't fail if there are no modules.mk under ./target/linux/
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Sep 2008 20:45:40 +0000 (20:45 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Sep 2008 20:45:40 +0000 (20:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12675 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/Makefile

index 036af764f14353c7fad4793e25dfef64cc900558..da96f43a7b414b14450614c0ffe38a58b3a40b3a 100644 (file)
@@ -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