diff options
author | Eric Anholt <[email protected]> | 2013-06-20 11:43:48 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-06-28 13:35:23 -0700 |
commit | 279f0bce47be8f11d2ba2561179af166fe6c37bf (patch) | |
tree | 146c13d620ae27a832fdfd0345161dc5bb95ef19 /src/mesa/drivers/dri/i915/Makefile.am | |
parent | f26104eb5b0a458e896b3903ee890b6fc6dcf3d0 (diff) |
i915: Remove the I915 macro from the formerly shared code.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile.am b/src/mesa/drivers/dri/i915/Makefile.am index a4055e1476f..978917c6c3e 100644 --- a/src/mesa/drivers/dri/i915/Makefile.am +++ b/src/mesa/drivers/dri/i915/Makefile.am @@ -24,7 +24,6 @@ include Makefile.sources AM_CFLAGS = \ - -DI915 \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/ \ -I$(top_srcdir)/src/mapi \ |