1a559761c7
Sponsored by: DARPA, AFRL
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginInstructionARM64
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/Instruction/ARM64
|
|
SRCS= EmulateInstructionARM64.cpp
|
|
|
|
.include "../lldb.lib.mk"
|