diff options
Diffstat (limited to 'llvm/lib/CodeGen/InstrSelection/Makefile')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/Makefile b/llvm/lib/CodeGen/InstrSelection/Makefile new file mode 100644 index 00000000000..985ddaf4bf9 --- /dev/null +++ b/llvm/lib/CodeGen/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 |

