diff options
Diffstat (limited to 'lib/Target/ARM/Makefile')
-rw-r--r-- | lib/Target/ARM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile index 50313a9ac2..febc333d60 100644 --- a/lib/Target/ARM/Makefile +++ b/lib/Target/ARM/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = LLVMARM +LIBRARYNAME = LLVMARMCodeGen TARGET = ARM # Make sure that tblgen is run, first thing. @@ -17,4 +17,6 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \ ARMGenInstrInfo.inc ARMGenAsmWriter.inc \ ARMGenDAGISel.inc ARMGenSubtarget.inc +DIRS = AsmPrinter + include $(LEVEL)/Makefile.common |