diff options
Diffstat (limited to 'src/gallium/drivers/i915/Makefile')
-rw-r--r-- | src/gallium/drivers/i915/Makefile | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/src/gallium/drivers/i915/Makefile b/src/gallium/drivers/i915/Makefile index 36197fbc93b..0e576784846 100644 --- a/src/gallium/drivers/i915/Makefile +++ b/src/gallium/drivers/i915/Makefile @@ -3,31 +3,7 @@ include $(TOP)/configs/current LIBNAME = i915 -C_SOURCES = \ - i915_blit.c \ - i915_clear.c \ - i915_flush.c \ - i915_context.c \ - i915_debug.c \ - i915_debug_fp.c \ - i915_state.c \ - i915_state_immediate.c \ - i915_state_dynamic.c \ - i915_state_derived.c \ - i915_state_emit.c \ - i915_state_fpc.c \ - i915_state_sampler.c \ - i915_state_static.c \ - i915_screen.c \ - i915_prim_emit.c \ - i915_prim_vbuf.c \ - i915_query.c \ - i915_resource.c \ - i915_resource_texture.c \ - i915_resource_buffer.c \ - i915_fpc_emit.c \ - i915_fpc_translate.c \ - i915_fpc_optimize.c \ - i915_surface.c +# get C_SOURCES +include Makefile.sources include ../../Makefile.template |