blob: 27f4c9474b5c5ef1add01cb97981b20f3bcb8b1e [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_dac.o glint_device.o glint_display.o \
glint_drv.o glint_irq.o glint_kms.o glint_vga.o
obj-$(CONFIG_DRM_GLINT) += glint.o