summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-31 17:26:31 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-03-31 17:31:14 +0100
commitc5d4a44f449a8203a8b1da9b18806a718d80f131 (patch)
tree63b454fc89d69a48d8802862601e58812b0acd80 /src/gallium/auxiliary/Makefile
parent8e833c7988a218d3c01ff79f17bdeed40058b32e (diff)
util: Use u_format_pack.py's code instead of u_format_access.py.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 903c5a331c..4df3fbd132 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -105,7 +105,7 @@ C_SOURCES = \
util/u_cpu_detect.c \
util/u_dl.c \
util/u_draw_quad.c \
- util/u_format_access.c \
+ util/u_format.c \
util/u_format_table.c \
util/u_format_tests.c \
util/u_gen_mipmap.c \
@@ -167,7 +167,6 @@ GALLIVM_CPP_SOURCES = \
GENERATED_SOURCES = \
indices/u_indices_gen.c \
indices/u_unfilled_gen.c \
- util/u_format_access.c \
util/u_format_table.c