aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 41838eaa799c..d4ae48b04cf2 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -38,7 +38,6 @@ i915-y := i915_drv.o i915_dma.o i915_irq.o \
38 intel_ringbuffer.o \ 38 intel_ringbuffer.o \
39 intel_overlay.o \ 39 intel_overlay.o \
40 intel_sprite.o \ 40 intel_sprite.o \
41 intel_opregion.o \
42 intel_sideband.o \ 41 intel_sideband.o \
43 intel_uncore.o \ 42 intel_uncore.o \
44 dvo_ch7xxx.o \ 43 dvo_ch7xxx.o \
@@ -51,7 +50,7 @@ i915-y := i915_drv.o i915_dma.o i915_irq.o \
51 50
52i915-$(CONFIG_COMPAT) += i915_ioc32.o 51i915-$(CONFIG_COMPAT) += i915_ioc32.o
53 52
54i915-$(CONFIG_ACPI) += intel_acpi.o 53i915-$(CONFIG_ACPI) += intel_acpi.o intel_opregion.o
55 54
56i915-$(CONFIG_DRM_I915_FBDEV) += intel_fbdev.o 55i915-$(CONFIG_DRM_I915_FBDEV) += intel_fbdev.o
57 56