47c832c3dd
Approved by: ed (mentor)
12 lines
187 B
Makefile
12 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmarminfo
|
|
|
|
SRCDIR= lib/Target/ARM/TargetInfo/
|
|
INCDIR= lib/Target/ARM
|
|
SRCS= ARMTargetInfo.cpp
|
|
|
|
TGHDRS= ARMGenRegisterNames ARMGenInstrNames
|
|
|
|
.include "../clang.lib.mk"
|