projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6bae4a
)
sdk: Fix cryptodev-linux build when CONFIG_ARM64_MODULE_PLTS=y
author
Jeffery To
<jeffery.to@gmail.com>
Fri, 2 Aug 2019 19:03:14 +0000
(
03:03
+0800)
committer
Petr Š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
patch
|
blob
|
history
diff --git
a/target/sdk/Makefile
b/target/sdk/Makefile
index 3b860db93a28f0a8aa1144443a6d65efda106c61..0bed666d2172c14b77e161e775186c7e3325bbf5 100644
(file)
--- 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 \