X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/008871c4e63176a1ca1809217823a43318edb058..820eb576359dea97212089e7e0f2dc61011ed173:/package/kernel/Makefile diff --git a/package/kernel/Makefile b/package/kernel/Makefile index 036af764f..cde30683c 100644 --- a/package/kernel/Makefile +++ b/package/kernel/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -44,5 +43,5 @@ endef $(eval $(if $(DUMP),,$(call BuildPackage,kernel))) -include $(TOPDIR)/target/linux/*/modules.mk +-include $(TOPDIR)/target/linux/*/modules.mk include ./modules/*.mk