X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FPIC16%2FMakefile;h=4382eba7c240a1ac09027d2ad6547f9eda3acf66;hb=20ce7c0dedafdcacd1e2b25f16966193b144ec50;hp=4ce60a930b033578016443c82b5ae5899bce1bb4;hpb=c984df8602a8b2450cbdb6ff55fd49ba709a391e;p=oota-llvm.git diff --git a/lib/Target/PIC16/Makefile b/lib/Target/PIC16/Makefile index 4ce60a930b0..4382eba7c24 100644 --- a/lib/Target/PIC16/Makefile +++ b/lib/Target/PIC16/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = LLVMPIC16 +LIBRARYNAME = LLVMPIC16CodeGen TARGET = PIC16 # Make sure that tblgen is run, first thing. @@ -17,7 +17,7 @@ BUILT_SOURCES = PIC16GenRegisterInfo.h.inc PIC16GenRegisterNames.inc \ PIC16GenDAGISel.inc PIC16GenCallingConv.inc \ PIC16GenSubtarget.inc -DIRS = TargetInfo +DIRS = AsmPrinter TargetInfo PIC16Passes include $(LEVEL)/Makefile.common