diff options
author | Mark Brown <broonie@kernel.org> | 2025-05-15 12:43:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-05-15 12:43:48 +0300 |
commit | dd4eb861d0521acca1b7e07683a7e90b2e01f66a (patch) | |
tree | dd88a6a77e786b55cb4d335c7d2953e743821967 /scripts | |
parent | 723059ee896f9f302cfd36f49eac192ed4cfd3e1 (diff) | |
parent | c8e7d528284a0bb1cd462b994c464bf31d24a0ce (diff) | |
download | linux-dd4eb861d0521acca1b7e07683a7e90b2e01f66a.tar.xz |
ASoC: codecs: add support for ES8389
Merge series from Zhang Yi <zhangyi@everest-semi.com>:
The driver is for codec ES8389 of everest-semi.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.vmlinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.vmlinux b/scripts/Makefile.vmlinux index b0a6cd5b818c..85d60d986401 100644 --- a/scripts/Makefile.vmlinux +++ b/scripts/Makefile.vmlinux @@ -13,7 +13,7 @@ ifdef CONFIG_ARCH_VMLINUX_NEEDS_RELOCS vmlinux-final := vmlinux.unstripped quiet_cmd_strip_relocs = RSTRIP $@ - cmd_strip_relocs = $(OBJCOPY) --remove-section='.rel*' $< $@ + cmd_strip_relocs = $(OBJCOPY) --remove-section='.rel*' --remove-section=!'.rel*.dyn' $< $@ vmlinux: $(vmlinux-final) FORCE $(call if_changed,strip_relocs) |