blob: c4bbda662e266f140890a9e260edbcb179e1b705 [file] [log] [blame]
Dave Airliec0e09202008-05-29 10:09:59 +10001#
2# Makefile for the drm device driver. This driver provides support for the
3# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
4
5ccflags-y := -Iinclude/drm
Jesse Barnes317c35d2008-08-25 15:11:06 -07006i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o i915_opregion.o \
7 i915_suspend.o
Dave Airliec0e09202008-05-29 10:09:59 +10008
9i915-$(CONFIG_COMPAT) += i915_ioc32.o
10
11obj-$(CONFIG_DRM_I915) += i915.o