mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
17 lines
282 B
Makefile
17 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmipsasmprinter
|
|
|
|
SRCDIR= lib/Target/Mips/InstPrinter
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsInstPrinter.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
MipsGenAsmWriter \
|
|
MipsGenInstrInfo \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|