summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16Passes/Makefile
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-08-20 19:34:18 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-08-20 19:34:18 +0000
commit89bc0a213dc8ce7cf4e6607fed60a9c9b2e7a53a (patch)
treea92b4ce9d15220416977edd2857aa6f5143e9a84 /lib/Target/PIC16/PIC16Passes/Makefile
parenteb01abaad1b0c0987ffcd679824cbeeb2a083199 (diff)
downloadllvm-89bc0a213dc8ce7cf4e6607fed60a9c9b2e7a53a.tar.gz
llvm-89bc0a213dc8ce7cf4e6607fed60a9c9b2e7a53a.tar.bz2
llvm-89bc0a213dc8ce7cf4e6607fed60a9c9b2e7a53a.tar.xz
part of the previous commit for PIC16 ISR implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79563 91177308-0d34-0410-b5e6-96231b3b80d8
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
+