Browse Source

don't fail if there are no modules.mk under ./target/linux/

SVN-Revision: 12675
Nicolas Thill 17 years ago
parent
commit
ab04e16a1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/Makefile

+ 1 - 1
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