projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab4177
)
fix kmod-* build error when wildcards are being used in $(FILES)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 26 Apr 2007 08:06:52 +0000
(08:06 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 26 Apr 2007 08:06:52 +0000
(08:06 +0000)
SVN-Revision: 7052
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index 119de8687e03c8391fa4d979df3baeb5acd2564a..00a7882acbb9add2330a3f686c5438c978db4f3b 100644
(file)
--- 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