sdk: Fix cryptodev-linux build when CONFIG_ARM64_MODULE_PLTS=y
authorJeffery To <jeffery.to@gmail.com>
Fri, 2 Aug 2019 19:03:14 +0000 (03:03 +0800)
committerPetr Štetiar <ynezz@true.cz>
Sun, 4 Aug 2019 20:09:20 +0000 (22:09 +0200)
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>
target/sdk/Makefile

index 3b860db93a28f0a8aa1144443a6d65efda106c61..0bed666d2172c14b77e161e775186c7e3325bbf5 100644 (file)
@@ -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 \