summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/Makefile
diff options
context:
space:
mode:
authorPauli Nieminen <[email protected]>2009-08-07 19:35:55 +0300
committerPauli Nieminen <[email protected]>2009-08-21 19:12:29 +0300
commit7f8f486b36dc42a3818546c704321320fcdbc94b (patch)
tree659ee11d7e705186beef052882fbb69a8f7bbbe7 /src/mesa/drivers/dri/r200/Makefile
parent45e3be3c07f543f3f2869ba7750ba4695cd25122 (diff)
radeon/r200: Add -Wall to default build flags like it is in r300/r600
Signed-off-by: Pauli Nieminen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile')
-rw-r--r--src/mesa/drivers/dri/r200/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile
index 2114ce55c14..25ecbef6091 100644
--- a/src/mesa/drivers/dri/r200/Makefile
+++ b/src/mesa/drivers/dri/r200/Makefile
@@ -54,7 +54,8 @@ C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
X86_SOURCES =
-DRIVER_DEFINES = -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R200
+DRIVER_DEFINES = -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R200 \
+ -Wall
DRI_LIB_DEPS += $(RADEON_LDFLAGS)