summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile')
-rw-r--r--src/gallium/drivers/nouveau/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile b/src/gallium/drivers/nouveau/Makefile
index f9ab9d1860..3210d1ff77 100644
--- a/src/gallium/drivers/nouveau/Makefile
+++ b/src/gallium/drivers/nouveau/Makefile
@@ -9,6 +9,7 @@ LIBRARY_INCLUDES = \
C_SOURCES = nouveau_screen.c \
nouveau_fence.c \
- nouveau_mm.c
+ nouveau_mm.c \
+ nouveau_buffer.c
include ../../Makefile.template