aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/InstPrinter/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Mips/InstPrinter/Android.mk')
-rw-r--r--lib/Target/Mips/InstPrinter/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Target/Mips/InstPrinter/Android.mk b/lib/Target/Mips/InstPrinter/Android.mk
index 6e9a537..fc256cd 100644
--- a/lib/Target/Mips/InstPrinter/Android.mk
+++ b/lib/Target/Mips/InstPrinter/Android.mk
@@ -1,7 +1,10 @@
LOCAL_PATH := $(call my-dir)
mips_asm_printer_TBLGEN_TABLES := \
- MipsGenAsmWriter.inc
+ MipsGenAsmWriter.inc \
+ MipsGenRegisterInfo.inc \
+ MipsGenSubtargetInfo.inc \
+ MipsGenInstrInfo.inc
mips_asm_printer_SRC_FILES := \
MipsInstPrinter.cpp