mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
17 lines
287 B
Makefile
17 lines
287 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
LIB= llvmarmdisassembler
|
||
|
|
|
||
|
|
SRCDIR= lib/Target/ARM/Disassembler
|
||
|
|
INCDIR= lib/Target/ARM
|
||
|
|
SRCS= ARMDisassemblerCore.cpp
|
||
|
|
|
||
|
|
TGHDRS= ARMGenDecoderTables \
|
||
|
|
ARMGenEDInfo \
|
||
|
|
ARMGenInstrInfo \
|
||
|
|
ARMGenInstrNames \
|
||
|
|
ARMGenRegisterInfo.h \
|
||
|
|
ARMGenRegisterNames
|
||
|
|
|
||
|
|
.include "../clang.lib.mk"
|