Update CMake stuff
[oota-llvm.git] / lib / Target / CellSPU / CMakeLists.txt
index 1b24c4448f0f4e3c6bd6db45274244948d098528..f2183111ab5db1d67cfbcb29da56737d7d339a6a 100644 (file)
@@ -12,15 +12,15 @@ tablegen(SPUGenSubtarget.inc -gen-subtarget)
 tablegen(SPUGenCallingConv.inc -gen-callingconv)
 
 add_llvm_target(CellSPUCodeGen
-  SPUFrameInfo.cpp
+  SPUAsmPrinter.cpp
   SPUHazardRecognizers.cpp
   SPUInstrInfo.cpp
   SPUISelDAGToDAG.cpp
   SPUISelLowering.cpp
+  SPUFrameLowering.cpp
+  SPUMCAsmInfo.cpp
   SPURegisterInfo.cpp
   SPUSubtarget.cpp
-  SPUMCAsmInfo.cpp
   SPUTargetMachine.cpp
+  SPUSelectionDAGInfo.cpp
   )
-
-target_link_libraries (LLVMCellSPUCodeGen LLVMSelectionDAG)