diff options
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r-- | lib/Target/Mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index d72693c0940d..168635c96beb 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -15,9 +15,9 @@ TARGET = Mips BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ - MipsGenSubtargetInfo.inc + MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc -DIRS = InstPrinter TargetInfo MCTargetDesc +DIRS = InstPrinter AsmParser TargetInfo MCTargetDesc include $(LEVEL)/Makefile.common |