summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/adp/Makefile
diff options
context:
space:
mode:
authorSasha Finkelstein <fnkl.kernel@gmail.com>2025-02-24 12:02:17 +0100
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2025-03-03 12:44:29 -0500
commit332122eba628d537a1b7b96b976079753fd03039 (patch)
tree0ca88c683914e99dbec68f1fb292b9a12d382372 /drivers/gpu/drm/adp/Makefile
parent7a108b930a84e71be71c3370eef6dd96fbb8f618 (diff)
drm: adp: Add Apple Display Pipe driver
This display controller is present on M-series chips and is used to drive the touchbar display. Co-developed-by: Janne Grunau <j@jannau.net> Signed-off-by: Janne Grunau <j@jannau.net> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250224-adpdrm-v8-2-cccf96710f0f@gmail.com Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Diffstat (limited to 'drivers/gpu/drm/adp/Makefile')
-rw-r--r--drivers/gpu/drm/adp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/adp/Makefile b/drivers/gpu/drm/adp/Makefile
new file mode 100644
index 000000000000..8e7b618edd35
--- /dev/null
+++ b/drivers/gpu/drm/adp/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only OR MIT
+
+adpdrm-y := adp_drv.o
+adpdrm-mipi-y := adp-mipi.o
+obj-$(CONFIG_DRM_ADP) += adpdrm.o adpdrm-mipi.o