summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/Makefile.sources
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2013-08-10 16:43:06 -0400
committerMaarten Lankhorst <[email protected]>2013-08-15 15:19:48 +0200
commit73f4499a02db0cdad31f7881d718daadd712c40f (patch)
tree4c3a26c6f26bdf762fbca544577415a8f20615dc /src/gallium/drivers/nouveau/Makefile.sources
parente1cd987bb641eef88a9b856aaccff8bb526f6311 (diff)
nvc0: move vp param filling logic into nouveau
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.sources')
-rw-r--r--src/gallium/drivers/nouveau/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources
index ca3320721ca..7912f6703e3 100644
--- a/src/gallium/drivers/nouveau/Makefile.sources
+++ b/src/gallium/drivers/nouveau/Makefile.sources
@@ -6,4 +6,5 @@ C_SOURCES := \
nouveau_heap.c \
nouveau_video.c \
nouveau_vp3_video.c \
- nouveau_vp3_video_bsp.c
+ nouveau_vp3_video_bsp.c \
+ nouveau_vp3_video_vp.c