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 47b59af..6c5ddd4 100644
--- a/llvm-device-build.mk
+++ b/llvm-device-build.mk
@@ -60,7 +60,7 @@ LOCAL_C_INCLUDES := \
###########################################################
define transform-device-td-to-out
@mkdir -p $(dir $@)
-@echo "Device TableGen (gen-$(1)): $(LOCAL_MODULE) <= $<"
+@echo "Device TableGen (gen-$(1)): $(TBLGEN_LOCAL_MODULE) <= $<"
$(hide) $(TBLGEN) \
-I $(dir $<) \
-I $(LLVM_ROOT_PATH)/include \