summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50/Makefile.sources')
-rw-r--r--src/gallium/drivers/nv50/Makefile.sources5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/Makefile.sources b/src/gallium/drivers/nv50/Makefile.sources
index 10925704f84..0fdac5189aa 100644
--- a/src/gallium/drivers/nv50/Makefile.sources
+++ b/src/gallium/drivers/nv50/Makefile.sources
@@ -13,7 +13,10 @@ C_SOURCES := \
nv50_program.c \
nv50_shader_state.c \
nv50_push.c \
- nv50_query.c
+ nv50_query.c \
+ nv84_video.c \
+ nv84_video_bsp.c \
+ nv84_video_vp.c
CODEGEN_NV50_SOURCES := \
codegen/nv50_ir.cpp \