aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-04-19 04:33:43 +0200
committerMarek Olšák <[email protected]>2012-04-23 22:58:02 +0200
commitf940c0a3d976ed1315b3d589d1c4d8d03c631ba0 (patch)
tree7770440d67b1051510c0efe3925dec42f29ffa8b /src/gallium/drivers/r600
parent7f5420762c0e3cb21bda66ea8ea32b516a4e3660 (diff)
r600g/automake: add $ARCH_FLAGS and $OPT_FLAGS
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index a567f07ac8d..3089a829e53 100644
--- a/src/gallium/drivers/r600/Makefile.am
+++ b/src/gallium/drivers/r600/Makefile.am
@@ -9,7 +9,9 @@ AM_CFLAGS = \
-I$(top_srcdir)/include \
$(RADEON_CFLAGS) \
$(DEFINES) \
+ $(ARCH_FLAGS) \
$(ASM_FLAGS) \
+ $(OPT_FLAGS) \
$(PIC_FLAGS) \
$(VISIBILITY_CFLAGS)