summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/trivial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/trivial/Makefile')
-rw-r--r--src/gallium/tests/trivial/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/trivial/Makefile b/src/gallium/tests/trivial/Makefile
index bfe186b1607..8c032016538 100644
--- a/src/gallium/tests/trivial/Makefile
+++ b/src/gallium/tests/trivial/Makefile
@@ -18,7 +18,8 @@ LINKS += \
SOURCES = \
tri.c \
- quad-tex.c
+ quad-tex.c \
+ compute.c
OBJECTS = $(SOURCES:.c=.o)