summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/omap/Makefile')
-rw-r--r--drivers/gpu/drm/omap/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omap/Makefile b/drivers/gpu/drm/omap/Makefile
new file mode 100644
index 00000000000..0a2513f563f
--- /dev/null
+++ b/drivers/gpu/drm/omap/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for the drm device driver. This driver provides support for the
+# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
+
+ccflags-y := -Iinclude/drm
+omapgpu-y := omap_gpu.o omap_crtc.o omap_encoder.o omap_connector.o omap_fb.o omap_fbdev.o
+
+obj-$(CONFIG_DRM_OMAP) += omapgpu.o