summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-21 11:12:08 +0100
committerYounes Manton <younes.m@gmail.com>2010-03-15 00:03:03 -0400
commit6e1d0fc5eba8cda4f4c8f3188f53fec6d2d2e9c3 (patch)
tree8d7314e1ed530b395717316fdd71ec364df8da2b /src/gallium/drivers/nv40/Makefile
parentf9eafeca297497a94c438ea28ed59f3a45ed2566 (diff)
nv30, nv40: unify nv[34]0_vbo.c
The files are identical, except for swtnl support which is commented out on nv30 and restart being initialized on nv30 to avoid a compiler warning.
Diffstat (limited to 'src/gallium/drivers/nv40/Makefile')
-rw-r--r--src/gallium/drivers/nv40/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/Makefile b/src/gallium/drivers/nv40/Makefile
index 7529e33a74..6908506906 100644
--- a/src/gallium/drivers/nv40/Makefile
+++ b/src/gallium/drivers/nv40/Makefile
@@ -8,7 +8,6 @@ C_SOURCES = \
nv40_fragtex.c \
nv40_screen.c \
nv40_state.c \
- nv40_vbo.c \
nv40_vertprog.c
LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx