summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmipscodegen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmmipscodegen/Makefile')
-rw-r--r--lib/clang/libllvmmipscodegen/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/libllvmmipscodegen/Makefile b/lib/clang/libllvmmipscodegen/Makefile
new file mode 100644
index 0000000..8d16aa9
--- /dev/null
+++ b/lib/clang/libllvmmipscodegen/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+LIB= llvmmipscodegen
+
+SRCDIR= lib/Target/Mips
+SRCS= MipsDelaySlotFiller.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.h \
+ MipsGenRegisterInfo MipsGenRegisterNames MipsGenSubtarget
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud