1 # $NetBSD: Makefile,v 1.1 2015/01/29 20:41:37 joerg Exp $
3 LIB
= lldReaderWriterELFAArch64
7 .PATH
: ${LLD_SRCDIR}/lib
/ReaderWriter
/ELF
/AArch64
9 CPPFLAGS
+= -I
${LLD_SRCDIR}/lib
/ReaderWriter
/ELF
11 SRCS
+= AArch64LinkingContext.
cpp \
12 AArch64RelocationHandler.
cpp \
13 AArch64RelocationPass.
cpp \
14 AArch64TargetHandler.
cpp
17 .
include <bsd.hostlib.mk
>