GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / gpu / drm / i915 / Makefile
blob5c8e53458edbfee1c37e54b7b982d49e747d563e
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.
5 ccflags-y := -Iinclude/drm
6 i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \
7 i915_debugfs.o \
8 i915_suspend.o \
9 i915_gem.o \
10 i915_gem_debug.o \
11 i915_gem_evict.o \
12 i915_gem_tiling.o \
13 i915_trace_points.o \
14 intel_display.o \
15 intel_crt.o \
16 intel_lvds.o \
17 intel_bios.o \
18 intel_dp.o \
19 intel_hdmi.o \
20 intel_sdvo.o \
21 intel_modes.o \
22 intel_panel.o \
23 intel_i2c.o \
24 intel_fb.o \
25 intel_tv.o \
26 intel_dvo.o \
27 intel_ringbuffer.o \
28 intel_overlay.o \
29 dvo_ch7xxx.o \
30 dvo_ch7017.o \
31 dvo_ivch.o \
32 dvo_tfp410.o \
33 dvo_sil164.o
35 i915-$(CONFIG_ACPI) += i915_opregion.o
36 i915-$(CONFIG_COMPAT) += i915_ioc32.o
38 obj-$(CONFIG_DRM_I915) += i915.o
40 CFLAGS_i915_trace_points.o := -I$(src)