summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm/Makefile
blob: 4aa9a2f34d4a73255ffbffaa0c1f7f013eafb287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the drm device driver.  This driver provides support for the
# Direct Rendering Infrastructure (DRI)
#

ccflags-y := -Iinclude/drm -Werror
omapdrm-y := omap_drv.o omap_crtc.o omap_encoder.o omap_connector.o omap_fb.o omap_fbdev.o omap_gem.o

# temporary:
omapdrm-y += omap_gem_helpers.o

obj-$(CONFIG_DRM_OMAP)	+= omapdrm.o