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

LIBNAME = trace

C_SOURCES = \
	tr_buffer.c \
	tr_context.c \
	tr_dump.c \
	tr_dump_state.c \
	tr_screen.c \
	tr_state.c \
	tr_rbug.c \
	tr_drm.c \
	tr_texture.c

include ../../Makefile.template