Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / drivers / gpu / drm / i915 / Makefile
CommitLineData
c0e09200
DA
1#
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
65e082c9 6i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \
27c202ad 7 i915_debugfs.o \
673a394b
EA
8 i915_suspend.o \
9 i915_gem.o \
10 i915_gem_debug.o \
b47eb4a2 11 i915_gem_evict.o \
54cf91dc
CW
12 i915_gem_execbuffer.o \
13 i915_gem_gtt.o \
79e53945 14 i915_gem_tiling.o \
1c5d22f7 15 i915_trace_points.o \
79e53945
JB
16 intel_display.o \
17 intel_crt.o \
18 intel_lvds.o \
19 intel_bios.o \
a4fc5ed6 20 intel_dp.o \
7d57382e 21 intel_hdmi.o \
79e53945
JB
22 intel_sdvo.o \
23 intel_modes.o \
1d8e1c75 24 intel_panel.o \
79e53945
JB
25 intel_i2c.o \
26 intel_fb.o \
27 intel_tv.o \
28 intel_dvo.o \
62fdfeaf 29 intel_ringbuffer.o \
02e792fb 30 intel_overlay.o \
44834a67 31 intel_opregion.o \
79e53945
JB
32 dvo_ch7xxx.o \
33 dvo_ch7017.o \
34 dvo_ivch.o \
35 dvo_tfp410.o \
36 dvo_sil164.o
c0e09200
DA
37
38i915-$(CONFIG_COMPAT) += i915_ioc32.o
39
723bfd70
JB
40i915-$(CONFIG_ACPI) += intel_acpi.o
41
c0e09200 42obj-$(CONFIG_DRM_I915) += i915.o
a7c54278
PC
43
44CFLAGS_i915_trace_points.o := -I$(src)
This page took 0.247404 seconds and 5 git commands to generate.