mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
target/sdk: include modules.builtin, it is necessary for packaging kernel modules
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48206
This commit is contained in:
parent
44df607a43
commit
6318ff744d
@ -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))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user