blob: 0ae6a7c5020f55272b97e7c380a5c2c847a60e9b [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 \
Chris Wilsonb47eb4a2010-08-07 11:01:23 +010011 i915_gem_evict.o \
Chris Wilson54cf91d2010-11-25 18:00:26 +000012 i915_gem_execbuffer.o \
13 i915_gem_gtt.o \
Jesse Barnes79e53942008-11-07 14:24:08 -080014 i915_gem_tiling.o \
Chris Wilson1c5d22f2009-08-25 11:15:50 +010015 i915_trace_points.o \
Jesse Barnes79e53942008-11-07 14:24:08 -080016 intel_display.o \
17 intel_crt.o \
18 intel_lvds.o \
19 intel_bios.o \
Keith Packarda4fc5ed2009-04-07 16:16:42 -070020 intel_dp.o \
Eric Anholt7d573822009-01-02 13:33:00 -080021 intel_hdmi.o \
Jesse Barnes79e53942008-11-07 14:24:08 -080022 intel_sdvo.o \
23 intel_modes.o \
Chris Wilson1d8e1c72010-08-07 11:01:28 +010024 intel_panel.o \
Jesse Barnes79e53942008-11-07 14:24:08 -080025 intel_i2c.o \
26 intel_fb.o \
27 intel_tv.o \
28 intel_dvo.o \
Eric Anholt62fdfea2010-05-21 13:26:39 -070029 intel_ringbuffer.o \
Daniel Vetter02e792f2009-09-15 22:57:34 +020030 intel_overlay.o \
Chris Wilson44834a62010-08-19 16:09:23 +010031 intel_opregion.o \
Jesse Barnes79e53942008-11-07 14:24:08 -080032 dvo_ch7xxx.o \
33 dvo_ch7017.o \
34 dvo_ivch.o \
35 dvo_tfp410.o \
36 dvo_sil164.o
Dave Airliec0e09202008-05-29 10:09:59 +100037
Dave Airliec0e09202008-05-29 10:09:59 +100038i915-$(CONFIG_COMPAT) += i915_ioc32.o
39
Jesse Barnes723bfd72010-10-07 16:01:13 -070040i915-$(CONFIG_ACPI) += intel_acpi.o
41
Dave Airliec0e09202008-05-29 10:09:59 +100042obj-$(CONFIG_DRM_I915) += i915.o
Peter Cliftona7c54272010-05-03 13:24:41 +010043
44CFLAGS_i915_trace_points.o := -I$(src)