summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-06-11 10:25:05 -0700
committerEric Anholt <eric@anholt.net>2012-06-21 09:58:12 -0700
commite426949cf1c328d5686b1048cdcec54a4fbca986 (patch)
tree5e0c596b25bcaf097791394678bb3c363537dbfc /src/mesa/drivers/dri/i965/Makefile.am
parent07b28af5b57338263e8aef5833e7d5085051a655 (diff)
downloadexternal_mesa3d-e426949cf1c328d5686b1048cdcec54a4fbca986.zip
external_mesa3d-e426949cf1c328d5686b1048cdcec54a4fbca986.tar.gz
external_mesa3d-e426949cf1c328d5686b1048cdcec54a4fbca986.tar.bz2
make: Fold ASM_CFLAGS into DEFINES.
Every place that uses ASM_FLAGS already uses DEFINES. Not including it in DEFINES is just a way to screw up potential users, as I've done several times while working on the build system.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index f5dfced..c1526ae 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -35,7 +35,6 @@ AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/intel \
-I$(top_srcdir)/src/mesa/drivers/dri/intel/server \
$(DEFINES) \
- $(ASM_FLAGS) \
$(API_DEFINES) \
$(INTEL_CFLAGS)