X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FMips%2FMakefile;h=56db450f6961ab9254364d1e2a12f7d2390215f5;hb=875710a2fd6b3c4f814961582594bd5c1cdb493a;hp=3f5cfd7f0b6ddea9b0e35d36a83ebbb417158530;hpb=73f50d9bc3bd46cc0abeba9bb0d46977ba1aea42;p=oota-llvm.git diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index 3f5cfd7f0b6..56db450f696 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -12,12 +12,14 @@ LIBRARYNAME = LLVMMipsCodeGen TARGET = Mips # Make sure that tblgen is run, first thing. -BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrNames.inc \ - MipsGenInstrInfo.inc MipsGenAsmWriter.inc \ +BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ + MipsGenAsmWriter.inc MipsGenFastISel.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ - MipsGenSubtarget.inc + MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \ + MipsGenDisassemblerTables.inc \ + MipsGenMCPseudoLowering.inc MipsGenAsmMatcher.inc -DIRS = TargetInfo +DIRS = InstPrinter Disassembler AsmParser TargetInfo MCTargetDesc include $(LEVEL)/Makefile.common