diff options
author | José Fonseca <[email protected]> | 2010-02-24 15:11:28 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-24 15:45:28 +0000 |
commit | 3c45c4bc44310c1af4f0c06d29eb0a9d39a38837 (patch) | |
tree | fc4a1fd0c5107ac48c9aa43b3a3c364c7968cef0 /src/gallium/auxiliary/Makefile | |
parent | 943314f38f1224d4929b41acc9ef8fde81ef9dbe (diff) |
util: Cope with the fact that formats in u_format.csv are not ordered.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 916f5f6c91c..2d41fb3dcae 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -105,7 +105,6 @@ C_SOURCES = \ util/u_cpu_detect.c \ util/u_dl.c \ util/u_draw_quad.c \ - util/u_format.c \ util/u_format_access.c \ util/u_format_table.c \ util/u_gen_mipmap.c \ |