summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-04-19 04:33:43 +0200
committerMarek Olšák <maraeo@gmail.com>2012-04-23 22:58:02 +0200
commitedec3fa8120b2ba20ae0a709058b2d97d00eb2d3 (patch)
treedc82098fcb36134af85e2c6c109d534789756aa7 /src/gallium/drivers/r300
parentf940c0a3d976ed1315b3d589d1c4d8d03c631ba0 (diff)
downloadexternal_mesa3d-edec3fa8120b2ba20ae0a709058b2d97d00eb2d3.zip
external_mesa3d-edec3fa8120b2ba20ae0a709058b2d97d00eb2d3.tar.gz
external_mesa3d-edec3fa8120b2ba20ae0a709058b2d97d00eb2d3.tar.bz2
r300g/automake: add $ARCH_FLAGS and $OPT_FLAGS
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/drivers/r300')
-rw-r--r--src/gallium/drivers/r300/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index af352aa..11f0d18 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -16,7 +16,9 @@ AM_CFLAGS = \
$(LLVM_CFLAGS) \
$(RADEON_CFLAGS) \
$(DEFINES) \
+ $(ARCH_FLAGS) \
$(ASM_FLAGS) \
+ $(OPT_FLAGS) \
$(PIC_FLAGS)
libr300_a_SOURCES = \