summaryrefslogtreecommitdiff
path: root/src/gallium/aux/pipebuffer/Makefile
blob: 75764a9a18815af36efd7e5791e248e074f377d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = pipebuffer

DRIVER_SOURCES = \
	pb_buffer_fenced.c \
	pb_buffer_malloc.c \
	pb_bufmgr_fenced.c \
	pb_bufmgr_mm.c \
	pb_bufmgr_pool.c \
	pb_winsys.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../Makefile.template

symlinks: