summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tve200/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tve200/Makefile')
-rw-r--r--drivers/gpu/drm/tve200/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tve200/Makefile b/drivers/gpu/drm/tve200/Makefile
new file mode 100644
index 000000000..69948ed26
--- /dev/null
+++ b/drivers/gpu/drm/tve200/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+tve200_drm-y += tve200_display.o \
+ tve200_drv.o
+
+obj-$(CONFIG_DRM_TVE200) += tve200_drm.o