summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile.am
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
commitedec3fa8120b2ba20ae0a709058b2d97d00eb2d3 (patch)
treedc82098fcb36134af85e2c6c109d534789756aa7 /src/gallium/drivers/r300/Makefile.am
parentf940c0a3d976ed1315b3d589d1c4d8d03c631ba0 (diff)
r300g/automake: add $ARCH_FLAGS and $OPT_FLAGS
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/Makefile.am')
-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 af352aa23e4..11f0d18b91f 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 = \