summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-14 18:28:12 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-14 18:28:12 +0000
commit960a7c9ad182f1112a864cc5075990f0cff92e67 (patch)
treec672134ca3b8c171b375a3c3affdc48b718b4004 /lib/Target/MSP430/Makefile
parent1ab75949460b92df31b911ea9f99a3e32d779e3f (diff)
downloadllvm-960a7c9ad182f1112a864cc5075990f0cff92e67.tar.gz
llvm-960a7c9ad182f1112a864cc5075990f0cff92e67.tar.bz2
llvm-960a7c9ad182f1112a864cc5075990f0cff92e67.tar.xz
Give MSP430 a separate asmprinter lib
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/Makefile')
-rw-r--r--lib/Target/MSP430/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/MSP430/Makefile b/lib/Target/MSP430/Makefile
index 1ca57d7251..4b18bc9ab4 100644
--- a/lib/Target/MSP430/Makefile
+++ b/lib/Target/MSP430/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMMSP430
+LIBRARYNAME = LLVMMSP430CodeGen
TARGET = MSP430
# Make sure that tblgen is run, first thing.
@@ -17,7 +17,7 @@ BUILT_SOURCES = MSP430GenRegisterInfo.h.inc MSP430GenRegisterNames.inc \
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
MSP430GenSubtarget.inc
-DIRS = TargetInfo
+DIRS = AsmPrinter TargetInfo
include $(LEVEL)/Makefile.common