mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-10 08:39:34 +00:00
sdk: Fix cryptodev-linux build when CONFIG_ARM64_MODULE_PLTS=y
When CONFIG_ARM64_MODULE_PLTS=y, arch/arm64/kernel/module.lds is
required to build cryptodev-linux. This updates the sdk to include this
file.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 6e300f6a0c
)
This commit is contained in:
parent
753f7213b0
commit
8a7dc58e0e
@ -64,7 +64,8 @@ KERNEL_FILES_ARCH = \
|
|||||||
include \
|
include \
|
||||||
*/include \
|
*/include \
|
||||||
scripts \
|
scripts \
|
||||||
kernel/asm-offsets.s
|
kernel/asm-offsets.s \
|
||||||
|
kernel/module.lds
|
||||||
|
|
||||||
KERNEL_FILES_BASE := \
|
KERNEL_FILES_BASE := \
|
||||||
.config \
|
.config \
|
||||||
|
Loading…
Reference in New Issue
Block a user