summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-08-01 19:00:17 +0000
committerTanya Lattner <tonic@nondot.org>2004-08-01 19:00:17 +0000
commitdfd402ea8d7eda4a9a46087e1fb967024335be67 (patch)
tree54dc9c91b24878a50abc417c50c49e87b414820e /llvm/lib/CodeGen/Makefile
parentaf1fcbb8cee39b200911a45c3abfa944c2fe608a (diff)
Adding ModuloScheduling so that it compiles for everyone.
llvm-svn: 15408
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 3f45da3d946e..31b58573990b 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = InstrSched SelectionDAG
+PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common