diff options
author | Luca Barbieri <luca@luca-barbieri.com> | 2010-02-20 20:07:10 +0100 |
---|---|---|
committer | Younes Manton <younes.m@gmail.com> | 2010-03-15 00:03:01 -0400 |
commit | d084d189d03dc89a3161a131f1b386840c06ad61 (patch) | |
tree | 748e740b589983df8f26de3cecc43ee4d56d3504 /src/gallium/drivers/nvfx/Makefile | |
parent | c5c7b69bda3fb49fd88b846feb6e65289a04488a (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/Makefile | 3 |
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 |