blob: 5269dfa5f6205d024f153016d2e8a872116e77a1 [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
Len Brown65e082c2008-10-24 17:18:10 -04006i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \
Ben Gamari27c202a2009-07-01 22:26:52 -04007 i915_debugfs.o \
Eric Anholt673a3942008-07-30 12:06:12 -07008 i915_suspend.o \
9 i915_gem.o \
10 i915_gem_debug.o \
Jesse Barnes79e53942008-11-07 14:24:08 -080011 i915_gem_tiling.o \
12 intel_display.o \
13 intel_crt.o \
14 intel_lvds.o \
15 intel_bios.o \
Keith Packarda4fc5ed2009-04-07 16:16:42 -070016 intel_dp.o \
17 intel_dp_i2c.o \
Eric Anholt7d573822009-01-02 13:33:00 -080018 intel_hdmi.o \
Jesse Barnes79e53942008-11-07 14:24:08 -080019 intel_sdvo.o \
20 intel_modes.o \
21 intel_i2c.o \
22 intel_fb.o \
23 intel_tv.o \
24 intel_dvo.o \
25 dvo_ch7xxx.o \
26 dvo_ch7017.o \
27 dvo_ivch.o \
28 dvo_tfp410.o \
29 dvo_sil164.o
Dave Airliec0e09202008-05-29 10:09:59 +100030
Len Brown65e082c2008-10-24 17:18:10 -040031i915-$(CONFIG_ACPI) += i915_opregion.o
Dave Airliec0e09202008-05-29 10:09:59 +100032i915-$(CONFIG_COMPAT) += i915_ioc32.o
33
34obj-$(CONFIG_DRM_I915) += i915.o