diff options
author | Jakob Bornecrantz <[email protected]> | 2010-11-10 22:49:40 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-11-17 23:49:09 +0000 |
commit | e89e8a4347dacceda0b131b55d16206e25eb984f (patch) | |
tree | c5b1b258d844392bbd65b0a2a945517c385e44dd /src/gallium/auxiliary/Makefile | |
parent | b46340c740eb5388e9917fca365a6c3003385dff (diff) |
gallium: Remove redundant sw and debug target helpers
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index f37d59e9a3a..53a0847f032 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -142,8 +142,7 @@ C_SOURCES = \ util/u_tile.c \ util/u_transfer.c \ util/u_resource.c \ - util/u_upload_mgr.c \ - target-helpers/wrap_screen.c + util/u_upload_mgr.c # Disabling until pipe-video branch gets merged in #vl/vl_bitstream_parser.c \ |