Add ABI/SysV-mips(64) to Makefile build
authorKeno Fischer <kfischer@college.harvard.edu>
Sat, 27 Jun 2015 17:31:28 +0000 (17:31 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Sat, 27 Jun 2015 17:31:28 +0000 (17:31 +0000)
The Makefile build was broken without this.

llvm-svn: 240886

lldb/source/Plugins/Makefile

index a0513eb..5719f16 100644 (file)
@@ -14,7 +14,7 @@ include $(LLDB_LEVEL)/../../Makefile.config
 
 PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-i386 ABI/SysV-x86_64 \
        ABI/SysV-arm ABI/SysV-arm64 ABI/SysV-hexagon ABI/SysV-ppc ABI/SysV-ppc64 \
-       Disassembler/llvm \
+       ABI/SysV-mips ABI/SysV-mips64 Disassembler/llvm \
        ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \
        ObjectContainer/Universal-Mach-O ObjectFile/Mach-O \
        ObjectFile/JIT SymbolFile/DWARF SymbolFile/Symtab Process/Utility \