drm/bridge: imx: fix mixed module-builtin object
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 5 Jun 2023 12:00:20 +0000 (21:00 +0900)
committerRobert Foss <rfoss@kernel.org>
Mon, 5 Jun 2023 13:59:00 +0000 (15:59 +0200)
commita272cadbd8834c06cc2e34213202cc6be2c8fc19
tree148af47754a47b6298edc333dc2d43a13b89431f
parenteba57fb5498f2858768321e64570caea188455b8
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 <masahiroy@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230605120021.1774711-1-masahiroy@kernel.org
drivers/gpu/drm/bridge/imx/Kconfig
drivers/gpu/drm/bridge/imx/Makefile
drivers/gpu/drm/bridge/imx/imx-ldb-helper.c