summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpcinstprinter
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpcinstprinter')
-rw-r--r--lib/clang/libllvmpowerpcinstprinter/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/clang/libllvmpowerpcinstprinter/Makefile b/lib/clang/libllvmpowerpcinstprinter/Makefile
new file mode 100644
index 0000000..c1528ae
--- /dev/null
+++ b/lib/clang/libllvmpowerpcinstprinter/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+LIB= llvmpowerpcinstprinter
+
+SRCDIR= lib/Target/PowerPC/InstPrinter
+INCDIR= lib/Target/PowerPC
+SRCS= PPCInstPrinter.cpp
+
+TGHDRS= PPCGenAsmWriter \
+ PPCGenInstrInfo \
+ PPCGenRegisterInfo \
+ PPCGenSubtargetInfo
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud