diff options
author | Emil Velikov <[email protected]> | 2014-07-29 00:32:04 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-13 00:46:57 +0100 |
commit | db4d7229bc4687714ee5384667eeda4224c13631 (patch) | |
tree | a3bf01bbd11bbc2f24b27c83c66d5ae1db86c4d4 /src/mesa/drivers/dri/i915/Makefile.sources | |
parent | 725373275c3689ddaf8536a29d871272c06807e3 (diff) |
android: dri/i9*5: remove used _INCLUDES variable
No longer needed as of last commit.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile.sources | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile.sources b/src/mesa/drivers/dri/i915/Makefile.sources index 243da9b44c1..455ccde28ba 100644 --- a/src/mesa/drivers/dri/i915/Makefile.sources +++ b/src/mesa/drivers/dri/i915/Makefile.sources @@ -1,7 +1,3 @@ -# Paths are relative to TOP. -i915_INCLUDES = \ - src/mesa/drivers/dri/intel - i915_FILES = \ i830_context.c \ i830_state.c \ |