summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile')
-rw-r--r--src/gallium/drivers/nvc0/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile b/src/gallium/drivers/nvc0/Makefile
index 5c3d46d9ea..da8f9a2ab4 100644
--- a/src/gallium/drivers/nvc0/Makefile
+++ b/src/gallium/drivers/nvc0/Makefile
@@ -28,6 +28,7 @@ C_SOURCES = \
nvc0_push.c \
nvc0_push2.c \
nvc0_fence.c \
- nvc0_mm.c
+ nvc0_mm.c \
+ nvc0_query.c
include ../../Makefile.template