From: Felix Fietkau Date: Thu, 26 Apr 2007 08:06:52 +0000 (+0000) Subject: fix kmod-* build error when wildcards are being used in $(FILES) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56220b258b9a13479dbc40f4fd42b746e1a64725;p=librecmc%2Flibrecmc.git fix kmod-* build error when wildcards are being used in $(FILES) SVN-Revision: 7052 --- diff --git a/include/kernel.mk b/include/kernel.mk index 119de8687e..00a7882acb 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -108,7 +108,7 @@ define KernelPackage endif $$(eval $$(call BuildPackage,kmod-$(1))) - $$(IPKG_kmod-$(1)): $$(FILES) + $$(IPKG_kmod-$(1)): $$(wildcard $$(FILES)) endef define AutoLoad