]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/gpu/drm/i915/Makefile
Merge tag 'drm-intel-next-2014-02-07' of ssh://git.freedesktop.org/git/drm-intel...
[mirror_ubuntu-bionic-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_params.o \
18 i915_sysfs.o \
19 i915_trace_points.o \
20 i915_ums.o \
21 intel_display.o \
22 intel_crt.o \
23 intel_lvds.o \
24 intel_dsi.o \
25 intel_dsi_cmd.o \
26 intel_dsi_pll.o \
27 intel_bios.o \
28 intel_ddi.o \
29 intel_dp.o \
30 intel_hdmi.o \
31 intel_sdvo.o \
32 intel_modes.o \
33 intel_panel.o \
34 intel_pm.o \
35 intel_i2c.o \
36 intel_tv.o \
37 intel_dvo.o \
38 intel_ringbuffer.o \
39 intel_overlay.o \
40 intel_sprite.o \
41 intel_sideband.o \
42 intel_uncore.o \
43 dvo_ch7xxx.o \
44 dvo_ch7017.o \
45 dvo_ivch.o \
46 dvo_tfp410.o \
47 dvo_sil164.o \
48 dvo_ns2501.o \
49 i915_gem_dmabuf.o
50
51 i915-$(CONFIG_COMPAT) += i915_ioc32.o
52
53 i915-$(CONFIG_ACPI) += intel_acpi.o intel_opregion.o
54
55 i915-$(CONFIG_DRM_I915_FBDEV) += intel_fbdev.o
56
57 i915-$(CONFIG_DEBUG_FS) += i915_debugfs.o
58
59 obj-$(CONFIG_DRM_I915) += i915.o
60
61 CFLAGS_i915_trace_points.o := -I$(src)