mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 04:16:42 -04:00
17 lines
316 B
Makefile
17 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmaarch64asmprinter
|
|
|
|
SRCDIR= lib/Target/AArch64/InstPrinter
|
|
INCDIR= lib/Target/AArch64
|
|
SRCS= AArch64InstPrinter.cpp
|
|
|
|
TGHDRS= AArch64GenAsmWriter \
|
|
AArch64GenAsmWriter1 \
|
|
AArch64GenInstrInfo \
|
|
AArch64GenRegisterInfo \
|
|
AArch64GenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|