aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tinydrm/Makefile')
-rw-r--r--drivers/gpu/drm/tinydrm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tinydrm/Makefile b/drivers/gpu/drm/tinydrm/Makefile
new file mode 100644
index 000000000000..7a3604cf4fc2
--- /dev/null
+++ b/drivers/gpu/drm/tinydrm/Makefile
@@ -0,0 +1,7 @@
+obj-$(CONFIG_DRM_TINYDRM) += core/
+
+# Controllers
+obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o
+
+# Displays
+obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o