Skip to content

Commit 013413c

Browse files
masahir0yrobertfoss
authored andcommitted
drm/bridge: imx: turn imx8{qm,qxp}-ldb into single-object modules
With the previous fix, these modules are built from a single C file. Rename the source files so they match the module names. 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]
1 parent a272cad commit 013413c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

drivers/gpu/drm/bridge/imx/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
obj-$(CONFIG_DRM_IMX_LDB_HELPER) += imx-ldb-helper.o
2-
imx8qm-ldb-objs := imx8qm-ldb-drv.o
32
obj-$(CONFIG_DRM_IMX8QM_LDB) += imx8qm-ldb.o
4-
5-
imx8qxp-ldb-objs := imx8qxp-ldb-drv.o
63
obj-$(CONFIG_DRM_IMX8QXP_LDB) += imx8qxp-ldb.o
7-
84
obj-$(CONFIG_DRM_IMX8QXP_PIXEL_COMBINER) += imx8qxp-pixel-combiner.o
95
obj-$(CONFIG_DRM_IMX8QXP_PIXEL_LINK) += imx8qxp-pixel-link.o
106
obj-$(CONFIG_DRM_IMX8QXP_PIXEL_LINK_TO_DPI) += imx8qxp-pxl2dpi.o

0 commit comments

Comments
 (0)