mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
16 lines
254 B
Makefile
16 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmipsinfo
|
|
|
|
SRCDIR= lib/Target/Mips/TargetInfo
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsTargetInfo.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
MipsGenInstrInfo \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|