diff options
author | Emil Velikov <[email protected]> | 2017-03-17 16:55:25 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-30 19:07:28 +0100 |
commit | 3df993e1a22decc4732faf08a4d358cd90548e52 (patch) | |
tree | c24e23c75b2aef62bd1a59e480165e67b8f6d0dd /src/intel/Makefile.am | |
parent | 4ffb3949616e0aaf2f46a4c1a59421bb5a21ad9b (diff) |
intel: automake: move INTEL_CFLAGS as applicable
Only common/decoder.[ch] requires it [for intel_aub.h].
v2: The code was moved to from intel/tools to intel/common,
update accordingly.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r-- | src/intel/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 63bfd45fdd1..269d73dfcb0 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -37,7 +37,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/include \ - $(INTEL_CFLAGS) \ $(VALGRIND_CFLAGS) \ $(DEFINES) |