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

LIBNAME = trace

C_SOURCES = \
	tr_context.c \
	tr_dump.c \
	tr_dump_state.c \
	tr_screen.c \
	tr_texture.c

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default