14 lines
218 B
Makefile
14 lines
218 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmmipsdesc
|
|
|
|
SRCDIR= lib/Target/Mips/MCTargetDesc
|
|
SRCS= MipsMCAsmInfo.cpp \
|
|
MipsMCTargetDesc.cpp
|
|
|
|
TGHDRS= MipsGenInstrInfo \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|