Skip to content
Snippets Groups Projects
Commit 56220b25 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix kmod-* build error when wildcards are being used in $(FILES)

SVN-Revision: 7052
parent 1ab41778
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ define KernelPackage ...@@ -108,7 +108,7 @@ define KernelPackage
endif endif
$$(eval $$(call BuildPackage,kmod-$(1))) $$(eval $$(call BuildPackage,kmod-$(1)))
$$(IPKG_kmod-$(1)): $$(FILES) $$(IPKG_kmod-$(1)): $$(wildcard $$(FILES))
endef endef
define AutoLoad define AutoLoad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment