make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
[oota-llvm.git] / lib / Target / PIC16 / Makefile
index f913675da8928a41c92a5666c1cef3c706478eac..9e784d1d72624d539e8a7adb6eba83bb8c12ad82 100644 (file)
@@ -6,6 +6,7 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
 LIBRARYNAME = LLVMPIC16CodeGen
 TARGET = PIC16
@@ -17,7 +18,7 @@ BUILT_SOURCES = PIC16GenRegisterInfo.h.inc PIC16GenRegisterNames.inc \
                PIC16GenDAGISel.inc PIC16GenCallingConv.inc \
                PIC16GenSubtarget.inc
 
-DIRS = AsmPrinter TargetInfo
+DIRS = AsmPrinter TargetInfo PIC16Passes
 
 include $(LEVEL)/Makefile.common