aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-device-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-device-build.mk')
-rw-r--r--llvm-device-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-device-build.mk b/llvm-device-build.mk
index 107762a..82ef055 100644
--- a/llvm-device-build.mk
+++ b/llvm-device-build.mk
@@ -70,7 +70,7 @@ LOCAL_C_INCLUDES := \
define transform-device-td-to-out
@mkdir -p $(dir $@)
@echo "Device TableGen (gen-$(1)): $(TBLGEN_LOCAL_MODULE) <= $<"
-$(hide) $(TBLGEN) \
+$(hide) $(LLVM_TBLGEN) \
-I $(dir $<) \
-I $(LLVM_ROOT_PATH)/include \
-I $(LLVM_ROOT_PATH)/device/include \