Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $FreeBSD$ .include <bsd.init.mk> LIB= clang_rt.xray-profiling-${CRTARCH} SRCS+= xray/xray_profile_collector.cpp SRCS+= xray/xray_profiling.cpp SRCS+= xray/xray_profiling_flags.cpp .include <bsd.lib.mk>