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.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm-device-build.mk b/llvm-device-build.mk
index 85cf058..156a39b 100644
--- a/llvm-device-build.mk
+++ b/llvm-device-build.mk
@@ -2,6 +2,7 @@ LOCAL_CFLAGS := \
-D_GNU_SOURCE \
-D__STDC_LIMIT_MACROS \
-D__STDC_CONSTANT_MACROS \
+ -D__STDC_FORMAT_MACROS \
-O2 \
-fomit-frame-pointer \
-Wall \
@@ -64,7 +65,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 \