rename selection directory and library to SelectionDAG
[oota-llvm.git] / lib / CodeGen / Makefile
index 52fa0dbf0d9adb8a9fcdea089d17f6979857f084..f0a0431f994cd05ea67d6bd0959e258364158848 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Selection
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common