summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmipsinstprinter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmmipsinstprinter/Makefile')
-rw-r--r--lib/clang/libllvmmipsinstprinter/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/clang/libllvmmipsinstprinter/Makefile b/lib/clang/libllvmmipsinstprinter/Makefile
new file mode 100644
index 0000000..357320e
--- /dev/null
+++ b/lib/clang/libllvmmipsinstprinter/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+LIB= llvmmipsinstprinter
+
+SRCDIR= lib/Target/Mips/InstPrinter
+INCDIR= lib/Target/Mips
+SRCS= MipsInstPrinter.cpp
+
+TGHDRS= MipsGenAsmWriter \
+ MipsGenInstrInfo \
+ MipsGenRegisterInfo
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud