summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginInstructionARM64/Makefile
blob: 5773defec5126af53ffef19f356be484b7cc3c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2014/05/30 18:28:15 joerg Exp $

LIB=	lldbPluginInstructionARM64

.include <bsd.init.mk>

.PATH: ${LLDB_SRCDIR}/source/Plugins/Instruction/ARM64

SRCS+=	EmulateInstructionARM64.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif