This patch handles unaligned loads and stores in Mips JIT. Mips backend
[oota-llvm.git] / lib / Makefile
index 7199da52d489cf6e65344bf98c9a3f136e97406c..fd575cd19570ef2034af5f9e8e6614a1a87e5e99 100644 (file)
@@ -8,8 +8,10 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Debugger Linker CompilerDriver MC
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
+                Target ExecutionEngine Linker MC Object DebugInfo
 
 include $(LEVEL)/Makefile.common