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:
committed by
Jo-Philipp Wich
parent
753f7213b0
commit
8a7dc58e0e
@@ -64,7 +64,8 @@ KERNEL_FILES_ARCH = \
|
||||
include \
|
||||
*/include \
|
||||
scripts \
|
||||
kernel/asm-offsets.s
|
||||
kernel/asm-offsets.s \
|
||||
kernel/module.lds
|
||||
|
||||
KERNEL_FILES_BASE := \
|
||||
.config \
|
||||
|
||||
Reference in New Issue
Block a user