summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-31 10:51:53 -0700
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-01-10 22:01:08 +0100
commit9f38a1c8716823b09e911029fdc57ca45cf4f95f (patch)
tree6ea3d48212a9a0ae316f89dd2c89187541729ea8 /src/gallium/auxiliary/pipebuffer
parent0dcb9ae0d9366b2ca9520c0c820cc466eb35bf67 (diff)
downloadexternal_mesa3d-9f38a1c8716823b09e911029fdc57ca45cf4f95f.zip
external_mesa3d-9f38a1c8716823b09e911029fdc57ca45cf4f95f.tar.gz
external_mesa3d-9f38a1c8716823b09e911029fdc57ca45cf4f95f.tar.bz2
build: Don't build pipebuffer
It's already built by src/gallium/auxiliary.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer')
-rw-r--r--src/gallium/auxiliary/pipebuffer/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/Makefile b/src/gallium/auxiliary/pipebuffer/Makefile
deleted file mode 100644
index 21d25d2..0000000
--- a/src/gallium/auxiliary/pipebuffer/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBNAME = pipebuffer
-
-C_SOURCES = \
- pb_buffer_fenced.c \
- pb_buffer_malloc.c \
- pb_bufmgr_alt.c \
- pb_bufmgr_cache.c \
- pb_bufmgr_debug.c \
- pb_bufmgr_mm.c \
- pb_bufmgr_ondemand.c \
- pb_bufmgr_pool.c \
- pb_bufmgr_slab.c \
- pb_validate.c
-
-include ../../Makefile.template