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:
Jeffery To 2019-08-03 03:03:14 +08:00 committed by Petr Štetiar
parent b6bae4a2c9
commit 6e300f6a0c

View File

@ -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 \