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>
This commit is contained in:
parent
b6bae4a2c9
commit
6e300f6a0c
@ -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