summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer/Makefile
blob: ea8c3440c36f91ff04bf5d77d5b56d366b118619 (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

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: