diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2009-09-29 16:07:11 -0700 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2009-10-05 19:48:08 +0100 |
commit | f00da2a3ff59c1a7104ac25a1c6eba5a6050ad68 (patch) | |
tree | 61578c54a21671bc5385f1d262dfa4a34f9a369f /src/gallium/drivers/i915simple/Makefile | |
parent | c4b821a4c64d75d944653d665bede946763ed95b (diff) |
i915g: Drop the simple sufix
None of the other driver have a silly sufix,
so just drop it. Nothing new added in this commit
or any other commit but this is better marketing.
Diffstat (limited to 'src/gallium/drivers/i915simple/Makefile')
-rw-r--r-- | src/gallium/drivers/i915simple/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/gallium/drivers/i915simple/Makefile b/src/gallium/drivers/i915simple/Makefile deleted file mode 100644 index fb533c1796..0000000000 --- a/src/gallium/drivers/i915simple/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = i915simple - -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 - -include ../../Makefile.template |