summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmarmasmprinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmarmasmprinter/Makefile')
-rw-r--r--lib/clang/libllvmarmasmprinter/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/clang/libllvmarmasmprinter/Makefile b/lib/clang/libllvmarmasmprinter/Makefile
index b986b88..1566ea5 100644
--- a/lib/clang/libllvmarmasmprinter/Makefile
+++ b/lib/clang/libllvmarmasmprinter/Makefile
@@ -4,9 +4,13 @@ LIB= llvmarmasmprinter
SRCDIR= lib/Target/ARM/AsmPrinter
INCDIR= lib/Target/ARM
-SRCS= ARMAsmPrinter.cpp ARMInstPrinter.cpp ARMMCInstLower.cpp
+SRCS= ARMAsmPrinter.cpp \
+ ARMInstPrinter.cpp \
+ ARMMCInstLower.cpp
-TGHDRS= ARMGenAsmWriter ARMGenInstrNames ARMGenRegisterInfo.h \
+TGHDRS= ARMGenAsmWriter \
+ ARMGenInstrNames \
+ ARMGenRegisterInfo.h \
ARMGenRegisterNames
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud