From: Dave Airlie Date: Mon, 6 Jul 2009 07:46:36 +0000 (+1000) Subject: r200: fix makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7266e33abd9723fcec47933ed9ff4132abbd6eba;p=mesa.git r200: fix makefile --- diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index 4605f72a618..4686241957b 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -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)