summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv20/Makefile')
-rw-r--r--src/gallium/drivers/nv20/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv20/Makefile b/src/gallium/drivers/nv20/Makefile
new file mode 100644
index 0000000000..93e34f8e92
--- /dev/null
+++ b/src/gallium/drivers/nv20/Makefile
@@ -0,0 +1,20 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = nv20
+
+C_SOURCES = \
+ nv20_clear.c \
+ nv20_context.c \
+ nv20_fragprog.c \
+ nv20_fragtex.c \
+ nv20_miptree.c \
+ nv20_prim_vbuf.c \
+ nv20_screen.c \
+ nv20_state.c \
+ nv20_state_emit.c \
+ nv20_surface.c \
+ nv20_vbo.c
+# nv20_vertprog.c
+
+include ../../Makefile.template