summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-20 20:07:10 +0100
committerYounes Manton <younes.m@gmail.com>2010-03-15 00:03:01 -0400
commitd084d189d03dc89a3161a131f1b386840c06ad61 (patch)
tree748e740b589983df8f26de3cecc43ee4d56d3504 /src/gallium/drivers/nvfx/Makefile
parentc5c7b69bda3fb49fd88b846feb6e65289a04488a (diff)
nv30, nv40: unify identical nv[34]0_transfer.c
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