summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/cadence/Makefile
diff options
context:
space:
mode:
authorRahul T R <r-ravikumar@ti.com>2023-01-03 13:19:49 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2023-01-17 18:57:34 +0300
commit87a439e0558aaddeacf49e16729a56da2e3f2c27 (patch)
treeed3f185d7aba4a8bdbf0fdda346dc9832f5152b8 /drivers/gpu/drm/bridge/cadence/Makefile
parent6f209ca07a49b831f715a3b8d22651d72ff3edc0 (diff)
downloadlinux-87a439e0558aaddeacf49e16729a56da2e3f2c27.tar.xz
drm/bridge: cdns-dsi: Move to drm/bridge/cadence
Move the cadence dsi bridge under drm/bridge/cadence directory, to prepare for adding j721e wrapper support Signed-off-by: Rahul T R <r-ravikumar@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230103101951.10963-4-r-ravikumar@ti.com
Diffstat (limited to 'drivers/gpu/drm/bridge/cadence/Makefile')
-rw-r--r--drivers/gpu/drm/bridge/cadence/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/cadence/Makefile b/drivers/gpu/drm/bridge/cadence/Makefile
index 4d2db8df1bc6..9e2f34c84480 100644
--- a/drivers/gpu/drm/bridge/cadence/Makefile
+++ b/drivers/gpu/drm/bridge/cadence/Makefile
@@ -1,4 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_DRM_CDNS_DSI) += cdns-dsi.o
+cdns-dsi-y := cdns-dsi-core.o
obj-$(CONFIG_DRM_CDNS_MHDP8546) += cdns-mhdp8546.o
cdns-mhdp8546-y := cdns-mhdp8546-core.o cdns-mhdp8546-hdcp.o
cdns-mhdp8546-$(CONFIG_DRM_CDNS_MHDP8546_J721E) += cdns-mhdp8546-j721e.o