projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625b692
)
don't fail if there are no modules.mk under ./target/linux/
author
Nicolas Thill
<nico@openwrt.org>
Tue, 23 Sep 2008 20:45:40 +0000
(20:45 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 23 Sep 2008 20:45:40 +0000
(20:45 +0000)
SVN-Revision: 12675
package/kernel/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index 036af764f14353c7fad4793e25dfef64cc900558..da96f43a7b414b14450614c0ffe38a58b3a40b3a 100644
(file)
--- 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