summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer/Makefile
blob: 0d23e8b8f16cde32079e9763cfb2ad92acf1d237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

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

LIBNAME = pipebuffer

	
DRIVER_SOURCES = \
	pb_buffer.c \
	pb_buffer_client.c \
	pb_buffer_fenced.c \
	pb_buffer_malloc.c \
	pb_bufmgr_fenced.c \
	pb_bufmgr_mm.c \
	pb_bufmgr_pool.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../Makefile.template

symlinks: