summaryrefslogtreecommitdiff
path: root/src/gallium/aux/llvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/aux/llvm/Makefile')
-rw-r--r--src/gallium/aux/llvm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/aux/llvm/Makefile b/src/gallium/aux/llvm/Makefile
index 9c6e16d86b..e6ac399d08 100644
--- a/src/gallium/aux/llvm/Makefile
+++ b/src/gallium/aux/llvm/Makefile
@@ -30,7 +30,9 @@ OBJECTS = $(C_SOURCES:.c=.o) \
### Include directories
INCLUDES = \
-I. \
- -I$(TOP)/src/mesa/pipe \
+ -I$(TOP)/src/gallium/drivers
+ -I$(TOP)/src/gallium/aux \
+ -I$(TOP)/src/gallium/include \
-I$(TOP)/src/mesa \
-I$(TOP)/include