mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
don't fail if there are no modules.mk under ./target/linux/
SVN-Revision: 12675
This commit is contained in:
parent
625b692c1f
commit
ab04e16a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue