summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nvfx/Makefile')
-rw-r--r--src/gallium/drivers/nvfx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/Makefile b/src/gallium/drivers/nvfx/Makefile
index 6959efa390..699cbedbc8 100644
--- a/src/gallium/drivers/nvfx/Makefile
+++ b/src/gallium/drivers/nvfx/Makefile
@@ -4,6 +4,7 @@ include $(TOP)/configs/current
LIBNAME = nvfx
C_SOURCES = \
- nvfx_clear.c
+ nvfx_clear.c \
+ nvfx_transfer.c
include ../../Makefile.template