summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
new file mode 100644
index 00000000000..f80090e3e4d
--- /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
OpenPOWER on IntegriCloud