aboutsummaryrefslogtreecommitdiffstats
path: root/tblgen-rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tblgen-rules.mk')
-rw-r--r--tblgen-rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/tblgen-rules.mk b/tblgen-rules.mk
index 6e7bcf1..cfa3f78 100644
--- a/tblgen-rules.mk
+++ b/tblgen-rules.mk
@@ -1,3 +1,6 @@
+# Only use this on the device or emulator.
+ifneq ($(TARGET_ARCH),arm)
+
###########################################################
## Commands for running tblgen to compile a td file
##########################################################
@@ -111,3 +114,5 @@ $(intermediates)/ARMGenDecoderTables.inc: $(tblgen_source_dir)/ARM.td $(TBLGEN)
endif
endif
+
+endif