[OpenWrt-Devel] [PATCH] sdk: Fix cryptodev-linux build when CONFIG_ARM64_MODULE_PLTS=y
Jeffery To
jeffery.to at gmail.com
Fri Aug 2 15:03:14 EDT 2019
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 at gmail.com>
---
target/sdk/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 3b860db93a..0bed666d21 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -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 \
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list