Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / drivers / nv30 / Makefile
index b7c252fc986a98b3b6d4e1fef76ce8acc037fb5c..364c80d8f3ee28058b5851e4d10306840896cc26 100644 (file)
@@ -3,7 +3,7 @@ include $(TOP)/configs/current
 
 LIBNAME = nv30
 
-DRIVER_SOURCES = \
+C_SOURCES = \
        nv30_clear.c \
        nv30_context.c \
        nv30_draw.c \
@@ -11,19 +11,19 @@ DRIVER_SOURCES = \
        nv30_fragtex.c \
        nv30_miptree.c \
        nv30_query.c \
+       nv30_screen.c \
        nv30_state.c \
+       nv30_state_blend.c \
        nv30_state_emit.c \
+       nv30_state_fb.c \
+       nv30_state_rasterizer.c \
+       nv30_state_scissor.c \
+       nv30_state_stipple.c \
+       nv30_state_viewport.c \
+       nv30_state_zsa.c \
        nv30_surface.c \
+       nv30_transfer.c \
        nv30_vbo.c \
        nv30_vertprog.c
 
-C_SOURCES = \
-       $(COMMON_SOURCES) \
-       $(DRIVER_SOURCES)
-
-ASM_SOURCES = 
-
 include ../../Makefile.template
-
-symlinks:
-