Makefile (42f5551d276921d4de8bd45765494b2dc63eb39c) Makefile (688e6c7258164de86d626e8e983ca8d28015c263)
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
5subdir-ccflags-$(CONFIG_DRM_I915_WERROR) := -Werror
6
7# Please keep these build lists sorted!
8

--- 24 unchanged lines hidden (view full) ---

33 i915_gem.o \
34 i915_gem_render_state.o \
35 i915_gem_shrinker.o \
36 i915_gem_stolen.o \
37 i915_gem_tiling.o \
38 i915_gem_userptr.o \
39 i915_gpu_error.o \
40 i915_trace_points.o \
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
5subdir-ccflags-$(CONFIG_DRM_I915_WERROR) := -Werror
6
7# Please keep these build lists sorted!
8

--- 24 unchanged lines hidden (view full) ---

33 i915_gem.o \
34 i915_gem_render_state.o \
35 i915_gem_shrinker.o \
36 i915_gem_stolen.o \
37 i915_gem_tiling.o \
38 i915_gem_userptr.o \
39 i915_gpu_error.o \
40 i915_trace_points.o \
41 intel_breadcrumbs.o \
41 intel_lrc.o \
42 intel_mocs.o \
43 intel_ringbuffer.o \
44 intel_uncore.o
45
46# general-purpose microcontroller (GuC) support
47i915-y += intel_guc_loader.o \
48 i915_guc_submission.o

--- 64 unchanged lines hidden ---
42 intel_lrc.o \
43 intel_mocs.o \
44 intel_ringbuffer.o \
45 intel_uncore.o
46
47# general-purpose microcontroller (GuC) support
48i915-y += intel_guc_loader.o \
49 i915_guc_submission.o

--- 64 unchanged lines hidden ---