summaryrefslogtreecommitdiff
path: root/src/gallium/aux/pipebuffer/Makefile
blob: 588629e8701514892a161542eeafd380aa0129f3 (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: