summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmipscodegen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmmipscodegen')
-rw-r--r--lib/clang/libllvmmipscodegen/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/clang/libllvmmipscodegen/Makefile b/lib/clang/libllvmmipscodegen/Makefile
new file mode 100644
index 0000000..47744ed
--- /dev/null
+++ b/lib/clang/libllvmmipscodegen/Makefile
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+LIB= llvmmipscodegen
+
+SRCDIR= lib/Target/Mips
+SRCS= MipsAsmPrinter.cpp \
+ MipsDelaySlotFiller.cpp \
+ MipsExpandPseudo.cpp \
+ MipsFrameLowering.cpp \
+ MipsISelDAGToDAG.cpp \
+ MipsISelLowering.cpp \
+ MipsInstrInfo.cpp \
+ MipsMCAsmInfo.cpp \
+ MipsRegisterInfo.cpp \
+ MipsSelectionDAGInfo.cpp \
+ MipsSubtarget.cpp \
+ MipsTargetMachine.cpp \
+ MipsTargetObjectFile.cpp
+
+TGHDRS= Intrinsics \
+ MipsGenAsmWriter \
+ MipsGenCallingConv \
+ MipsGenDAGISel \
+ MipsGenInstrInfo \
+ MipsGenInstrNames \
+ MipsGenRegisterInfo \
+ MipsGenRegisterInfo.h \
+ MipsGenRegisterNames \
+ MipsGenSubtarget
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud