]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - drivers/gpu/drm/i915/Makefile
Merge tag 'efi-urgent' into x86/urgent
[mirror_ubuntu-zesty-kernel.git] / drivers / gpu / drm / i915 / Makefile
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
5 ccflags-y := -Iinclude/drm
6 i915-y := i915_drv.o i915_dma.o i915_irq.o \
7 i915_gpu_error.o \
8 i915_suspend.o \
9 i915_gem.o \
10 i915_gem_context.o \
11 i915_gem_debug.o \
12 i915_gem_evict.o \
13 i915_gem_execbuffer.o \
14 i915_gem_gtt.o \
15 i915_gem_stolen.o \
16 i915_gem_tiling.o \
17 i915_sysfs.o \
18 i915_trace_points.o \
19 i915_ums.o \
20 intel_display.o \
21 intel_crt.o \
22 intel_lvds.o \
23 intel_dsi.o \
24 intel_dsi_cmd.o \
25 intel_dsi_pll.o \
26 intel_bios.o \
27 intel_ddi.o \
28 intel_dp.o \
29 intel_hdmi.o \
30 intel_sdvo.o \
31 intel_modes.o \
32 intel_panel.o \
33 intel_pm.o \
34 intel_i2c.o \
35 intel_tv.o \
36 intel_dvo.o \
37 intel_ringbuffer.o \
38 intel_overlay.o \
39 intel_sprite.o \
40 intel_sideband.o \
41 intel_uncore.o \
42 dvo_ch7xxx.o \
43 dvo_ch7017.o \
44 dvo_ivch.o \
45 dvo_tfp410.o \
46 dvo_sil164.o \
47 dvo_ns2501.o \
48 i915_gem_dmabuf.o
49
50 i915-$(CONFIG_COMPAT) += i915_ioc32.o
51
52 i915-$(CONFIG_ACPI) += intel_acpi.o intel_opregion.o
53
54 i915-$(CONFIG_DRM_I915_FBDEV) += intel_fbdev.o
55
56 i915-$(CONFIG_DEBUG_FS) += i915_debugfs.o
57
58 obj-$(CONFIG_DRM_I915) += i915.o
59
60 CFLAGS_i915_trace_points.o := -I$(src)