From: Felix Fietkau Date: Mon, 11 Jan 2016 23:11:09 +0000 (+0000) Subject: target/sdk: include modules.builtin, it is necessary for packaging kernel modules X-Git-Tag: reboot~911 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6318ff744d34ee6d85ebd05e081309f98d1c1251 target/sdk: include modules.builtin, it is necessary for packaging kernel modules Signed-off-by: Felix Fietkau SVN-Revision: 48206 --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 4fec516eed..d0d113de90 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -56,6 +56,7 @@ KERNEL_FILES_BASE := \ scripts \ include \ Module.symvers \ + modules.builtin \ $(addprefix arch/$(LINUX_KARCH)/,$(KERNEL_FILES_ARCH)) KERNEL_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(KERNEL_FILES_BASE))))