diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-07-08 16:22:45 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-07-14 07:15:35 +0200 |
commit | 4b924fe6dfab306ce8471cf448bbf25d30387ba5 (patch) | |
tree | da3768dbd7ffdebeb55c0629c17f7aaddf1047e9 /include/kernel-defaults.mk | |
parent | 885738791364852725ec99b7fd1721a55edce9a9 (diff) | |
download | upstream-4b924fe6dfab306ce8471cf448bbf25d30387ba5.tar.gz upstream-4b924fe6dfab306ce8471cf448bbf25d30387ba5.tar.bz2 upstream-4b924fe6dfab306ce8471cf448bbf25d30387ba5.zip |
generic: fix warning orphan section from module exports in aarch64
kernel linux now have 2 different export.h include, one from
linux/export.h and one from asm-generic/export.h
While most of our target user linux/export.h, aarch64 based target use
asm-generic/export.h that is not patched with the changes of
221-module_exports.
Patch also this additional header to fix multiple
aarch64-openwrt-linux-musl-ld: warning: orphan section `__ksymtab_strings' from `arch/arm64/kernel/head.o' being placed in section `__ksymtab_strings'
warning during kernel compilation.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'include/kernel-defaults.mk')
0 files changed, 0 insertions, 0 deletions