From 9f38a1c8716823b09e911029fdc57ca45cf4f95f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 31 Aug 2012 10:51:53 -0700 Subject: [PATCH] build: Don't build pipebuffer It's already built by src/gallium/auxiliary. --- src/gallium/auxiliary/Makefile.am | 1 - src/gallium/auxiliary/pipebuffer/Makefile | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 src/gallium/auxiliary/pipebuffer/Makefile diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index c5b8c056006..b8ac7c9dd5c 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -3,7 +3,6 @@ AUTOMAKE_OPTIONS = subdir-objects include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc -SUBDIRS += pipebuffer noinst_LTLIBRARIES = libgallium.la AM_CFLAGS = \ diff --git a/src/gallium/auxiliary/pipebuffer/Makefile b/src/gallium/auxiliary/pipebuffer/Makefile deleted file mode 100644 index 21d25d24748..00000000000 --- 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 -- 2.30.2