mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
12 lines
190 B
Makefile
12 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmarminfo
|
|
|
|
SRCDIR= lib/Target/ARM/TargetInfo/
|
|
INCDIR= lib/Target/ARM
|
|
SRCS= ARMTargetInfo.cpp
|
|
|
|
TGHDRS= ARMGenInstrNames \
|
|
ARMGenRegisterNames
|
|
|
|
.include "../clang.lib.mk"
|