Remove Predicate_* calls from Mips
[oota-llvm.git] / lib / Target / Mips / Makefile
index 48ab5f994704c94f9c41af510f0b363b28aae3c0..2ed8d77b85b220fa683a0777c7de4cb8823724a8 100644 (file)
@@ -6,6 +6,7 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
 LIBRARYNAME = LLVMMipsCodeGen
 TARGET = Mips
@@ -17,7 +18,7 @@ BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
                 MipsGenDAGISel.inc MipsGenCallingConv.inc \
                 MipsGenSubtarget.inc
 
-DIRS = AsmPrinter
+DIRS = AsmPrinter TargetInfo
 
 include $(LEVEL)/Makefile.common