mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.profile-${CRTARCH}
|
|
|
|
.PATH: ${CRTSRC}/lib/profile
|
|
|
|
SRCS= GCDAProfiling.c\
|
|
InstrProfiling.c\
|
|
InstrProfilingBuffer.c\
|
|
InstrProfilingFile.c\
|
|
InstrProfilingPlatformDarwin.c\
|
|
InstrProfilingPlatformOther.c\
|
|
InstrProfilingRuntime.cc\
|
|
InstrProfilingUtil.c
|
|
|
|
.include <bsd.lib.mk>
|