summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-11 14:57:48 +0000
committerChris Lattner <sabre@nondot.org>2003-08-11 14:57:48 +0000
commit2c2062cdbae7cda795aceb1c1af3f7bd24444a39 (patch)
tree87df5430fb7443822d95b41c80d22cf7242c7cc8 /llvm/lib/CodeGen/Makefile
parent600d3088536b61d1b5b3ef825e4ff2b3ecce7708 (diff)
Build the SelectionDAG library
llvm-svn: 7718
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 6f2a330d3ed4..59bb0cfb06a3 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common