summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpcdesc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpcdesc/Makefile')
-rw-r--r--lib/clang/libllvmpowerpcdesc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/clang/libllvmpowerpcdesc/Makefile b/lib/clang/libllvmpowerpcdesc/Makefile
index 9207da2..c45abec 100644
--- a/lib/clang/libllvmpowerpcdesc/Makefile
+++ b/lib/clang/libllvmpowerpcdesc/Makefile
@@ -3,10 +3,15 @@
LIB= llvmpowerpcdesc
SRCDIR= lib/Target/PowerPC/MCTargetDesc
-SRCS= PPCMCAsmInfo.cpp \
- PPCMCTargetDesc.cpp
+SRCS= PPCAsmBackend.cpp \
+ PPCMCAsmInfo.cpp \
+ PPCMCCodeEmitter.cpp \
+ PPCMCTargetDesc.cpp \
+ PPCPredicates.cpp
+CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
TGHDRS= PPCGenInstrInfo \
+ PPCGenMCCodeEmitter \
PPCGenRegisterInfo \
PPCGenSubtargetInfo
OpenPOWER on IntegriCloud