summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSelection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/SparcV9/InstrSelection/Makefile')
-rw-r--r--lib/Target/SparcV9/InstrSelection/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/Makefile b/lib/Target/SparcV9/InstrSelection/Makefile
new file mode 100644
index 0000000000..985ddaf4bf
--- /dev/null
+++ b/lib/Target/SparcV9/InstrSelection/Makefile
@@ -0,0 +1,13 @@
+LEVEL = ../../..
+
+DIRS =
+
+LIBRARYNAME = select
+
+## List source files in link order
+Source = \
+ InstrSelection.o \
+ MachineInstr.o \
+ InstrForest.o
+
+include $(LEVEL)/Makefile.common