summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpcdesc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpcdesc')
-rw-r--r--lib/clang/libllvmpowerpcdesc/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/clang/libllvmpowerpcdesc/Makefile b/lib/clang/libllvmpowerpcdesc/Makefile
new file mode 100644
index 0000000..9207da2
--- /dev/null
+++ b/lib/clang/libllvmpowerpcdesc/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+LIB= llvmpowerpcdesc
+
+SRCDIR= lib/Target/PowerPC/MCTargetDesc
+SRCS= PPCMCAsmInfo.cpp \
+ PPCMCTargetDesc.cpp
+
+TGHDRS= PPCGenInstrInfo \
+ PPCGenRegisterInfo \
+ PPCGenSubtargetInfo
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud