r600g: abstract the hw states out behind a vtbl.
[mesa.git] / src / gallium / drivers / r600 / Makefile
index fc94ae71f4a87dab533b01ba98c1f81b6c5ac835..707c2fd0f4faeec093d46c9035ba39cd630d5e84 100644 (file)
@@ -19,6 +19,7 @@ C_SOURCES = \
        r600_state.c \
        r600_texture.c \
        r600_asm.c \
-       r700_asm.c
+       r700_asm.c \
+       r600_hw_states.c
 
 include ../../Makefile.template