From f940c0a3d976ed1315b3d589d1c4d8d03c631ba0 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 19 Apr 2012 04:33:43 +0200 Subject: r600g/automake: add $ARCH_FLAGS and $OPT_FLAGS Reviewed-by: Tom Stellard --- src/gallium/drivers/r600/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit v1.2.3