From ab04e16a1a57e954e64022d10602dcde9a7dccb5 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 23 Sep 2008 20:45:40 +0000 Subject: [PATCH] don't fail if there are no modules.mk under ./target/linux/ SVN-Revision: 12675 --- package/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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