From 89bc0a213dc8ce7cf4e6607fed60a9c9b2e7a53a Mon Sep 17 00:00:00 2001 From: Sanjiv Gupta Date: Thu, 20 Aug 2009 19:34:18 +0000 Subject: 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 --- lib/Target/PIC16/PIC16Passes/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/Target/PIC16/PIC16Passes/Makefile (limited to 'lib/Target/PIC16/PIC16Passes/Makefile') 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 + -- cgit v1.2.3