summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16Passes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PIC16/PIC16Passes/Makefile')
-rw-r--r--lib/Target/PIC16/PIC16Passes/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16Passes/Makefile b/lib/Target/PIC16/PIC16Passes/Makefile
new file mode 100644
index 0000000000..919562106a
--- /dev/null
+++ b/lib/Target/PIC16/PIC16Passes/Makefile
@@ -0,0 +1,16 @@
+##===- lib/Target/PIC16/Makefile ---------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+LEVEL = ../../../..
+LIBRARYNAME = PIC16Passes
+TARGET = PIC16
+
+LOADABLE_MODULE = 1
+
+include $(LEVEL)/Makefile.common
+