Variable cleanup. Based on past patch submittals variable names have
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / CMakeLists.txt
index 97de75db5347a31a15f452fcf33829295e492262..0eb0a558f7a32f1daefc9ea85e7d759f4f895320 100644 (file)
@@ -1,4 +1,8 @@
 add_llvm_library(LLVMMipsDesc
-  MipsMCTargetDesc.cpp
+  MipsAsmBackend.cpp
   MipsMCAsmInfo.cpp
+  MipsMCCodeEmitter.cpp
+  MipsMCTargetDesc.cpp
   )
+
+add_dependencies(LLVMMipsDesc MipsCommonTableGen)