diff options
author | Masahiro Yamada <[email protected]> | 2023-06-05 21:00:20 +0900 |
---|---|---|
committer | Robert Foss <[email protected]> | 2023-06-05 15:59:00 +0200 |
commit | a272cadbd8834c06cc2e34213202cc6be2c8fc19 (patch) | |
tree | 148af47754a47b6298edc333dc2d43a13b89431f /tools/perf/scripts | |
parent | eba57fb5498f2858768321e64570caea188455b8 (diff) |
drm/bridge: imx: fix mixed module-builtin object
With CONFIG_DRM_IMX8QM_LDB=m and CONFIG_DRM_IMX8QXP_LDB=y (or vice
versa), imx-ldb-helper.o is linked to a module and also to vmlinux
even though the expected CFLAGS are different between builtins and
modules.
This is the same situation as fixed by commit 637a642f5ca5 ("zstd:
Fixing mixed module-builtin objects").
Split imx-ldb-helper.c into a separate module.
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Reviewed-by: Liu Ying <[email protected]>
Signed-off-by: Robert Foss <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions