summaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile1
1 files changed, 1 insertions, 0 deletions
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))))