summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/Makefile
blob: e1bd9709373aa23d906a495f31fcddd0845b52cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = trace

C_SOURCES = \
	tr_context.c \
	tr_dump.c \
	tr_screen.c \
	tr_state.c \
	tr_texture.c \
	tr_winsys.c

include ../../Makefile.template