blob: c6bc2bd41d4e5ae930a0e09aa70e6168d12772eb [file] [log] [blame]
#
# 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
glint-y := glint_crtc.o glint_display.o glint_device.o glint_drv.o \
glint_irq.o glint_kms.o
obj-$(CONFIG_DRM_GLINT) += glint.o