diff options
Diffstat (limited to 'lib/Target/PIC16/Makefile')
-rw-r--r-- | lib/Target/PIC16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/Makefile b/lib/Target/PIC16/Makefile index 4ce60a930b..f913675da8 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 include $(LEVEL)/Makefile.common |