X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fi915%2FMakefile;h=b7d8a1f1d4065c0b2057cd01d8bd3beb0f4735e5;hb=2ed1cdb2a56257c97f8f64cdefd5f28fb64773b8;hp=e33c74d02f78f4e127b38d17c24f1012a6da0540;hpb=55770d09c18c4d33403abb97dfef4f897efbbe2a;p=mesa.git diff --git a/src/gallium/drivers/i915/Makefile b/src/gallium/drivers/i915/Makefile index e33c74d02f7..b7d8a1f1d40 100644 --- a/src/gallium/drivers/i915/Makefile +++ b/src/gallium/drivers/i915/Makefile @@ -3,26 +3,10 @@ include $(TOP)/configs/current LIBNAME = i915 -C_SOURCES = \ - i915_blit.c \ - i915_buffer.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_sampler.c \ - i915_screen.c \ - i915_prim_emit.c \ - i915_prim_vbuf.c \ - i915_texture.c \ - i915_fpc_emit.c \ - i915_fpc_translate.c \ - i915_surface.c +# get C_SOURCES +include Makefile.sources include ../../Makefile.template + +# FIXME: Remove when this driver is converted to automake. +all: default