summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/trace/Makefile')
-rw-r--r--src/gallium/drivers/trace/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/Makefile b/src/gallium/drivers/trace/Makefile
new file mode 100644
index 0000000000..dd6831c70a
--- /dev/null
+++ b/src/gallium/drivers/trace/Makefile
@@ -0,0 +1,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