r200: fix makefile
authorDave Airlie <airlied@linux.ie>
Mon, 6 Jul 2009 07:46:36 +0000 (17:46 +1000)
committerDave Airlie <airlied@linux.ie>
Mon, 6 Jul 2009 07:46:36 +0000 (17:46 +1000)
src/mesa/drivers/dri/r200/Makefile

index 4605f72a618af5340a08ea7f2b4e659864886aaf..4686241957baf4db36abc952d70fcfe7cdf10796 100644 (file)
@@ -46,7 +46,7 @@ DRIVER_SOURCES = r200_context.c \
                 r200_vertprog.c \
                 radeon_screen.c \
                 $(EGL_SOURCES) \
-                $(RADEON_COMMON_SOURCES)
+                $(RADEON_COMMON_SOURCES) \
                 $(CS_SOURCES)
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)