Skip to content
Snippets Groups Projects
Commit 6318ff74 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

target/sdk: include modules.builtin, it is necessary for packaging kernel modules


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 48206
parent 44df607a
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ KERNEL_FILES_BASE := \ ...@@ -56,6 +56,7 @@ KERNEL_FILES_BASE := \
scripts \ scripts \
include \ include \
Module.symvers \ Module.symvers \
modules.builtin \
$(addprefix arch/$(LINUX_KARCH)/,$(KERNEL_FILES_ARCH)) $(addprefix arch/$(LINUX_KARCH)/,$(KERNEL_FILES_ARCH))
KERNEL_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(KERNEL_FILES_BASE)))) KERNEL_FILES := $(patsubst $(TOPDIR)/%,%,$(wildcard $(addprefix $(LINUX_DIR)/,$(KERNEL_FILES_BASE))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment