CellSPU: Bring SPU's assembly printer more in-line with current LLVM code
[oota-llvm.git] / lib / Target / CellSPU / Makefile
index 13fa78195ff8466563c52e011e3771fde6ad2dc9..d12395f57145b084ab1913a5417883ff507b511b 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-LIBRARYNAME = LLVMCellSPU
+LIBRARYNAME = LLVMCellSPUCodeGen
 TARGET = SPU
 
 BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
@@ -17,4 +17,6 @@ BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
                SPUGenInstrInfo.inc SPUGenDAGISel.inc \
                SPUGenSubtarget.inc SPUGenCallingConv.inc
 
+DIRS = AsmPrinter
+
 include $(LEVEL)/Makefile.common