mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
LIB= llvmx86utils
|
||
|
|
|
||
|
|
SRCDIR= lib/Target/X86/Utils
|
||
|
|
INCDIR= lib/Target/X86
|
||
|
|
SRCS= X86ShuffleDecode.cpp
|
||
|
|
|
||
|
|
.include "../clang.lib.mk"
|