diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile new file mode 100644 index 000000000000..f80090e3e4d0 --- /dev/null +++ b/llvm/lib/CodeGen/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../.. +DIRS = InstrSelection TargetMachine + +## List source files in link order +Source = + +include $(LEVEL)/Makefile.common