diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/MC/MCAnalysis/Makefile | 14 | ||||
-rw-r--r-- | llvm/lib/MC/Makefile | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAnalysis/Makefile b/llvm/lib/MC/MCAnalysis/Makefile new file mode 100644 index 00000000000..add2dbd81ea --- /dev/null +++ b/llvm/lib/MC/MCAnalysis/Makefile @@ -0,0 +1,14 @@ +##===- lib/MC/MCAnalysys/Makefile --------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../../.. +LIBRARYNAME = LLVMMCAnalysis +BUILD_ARCHIVE := 1 + +include $(LEVEL)/Makefile.common diff --git a/llvm/lib/MC/Makefile b/llvm/lib/MC/Makefile index bf8b7c0e783..a10f17e30be 100644 --- a/llvm/lib/MC/Makefile +++ b/llvm/lib/MC/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMMC BUILD_ARCHIVE := 1 -PARALLEL_DIRS := MCParser MCDisassembler +PARALLEL_DIRS := MCAnalysis MCParser MCDisassembler include $(LEVEL)/Makefile.common |