]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / lib / libclang_rt / Makefile
1 # $FreeBSD$
2
3 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
4 SUBDIR+=        include
5 SUBDIR+=        asan
6 SUBDIR+=        asan-preinit
7 SUBDIR+=        asan_cxx
8 SUBDIR+=        asan_dynamic
9 SUBDIR+=        cfi
10 SUBDIR+=        cfi_diag
11 SUBDIR+=        safestack
12 SUBDIR+=        stats
13 SUBDIR+=        stats_client
14 SUBDIR+=        ubsan_minimal
15 SUBDIR+=        ubsan_standalone
16 SUBDIR+=        ubsan_standalone_cxx
17 .endif # amd64 || i386
18
19 .if ${MACHINE_CPUARCH} == "amd64"
20 SUBDIR+=        dd
21 SUBDIR+=        fuzzer
22 SUBDIR+=        fuzzer_no_main
23 SUBDIR+=        msan
24 SUBDIR+=        msan_cxx
25 SUBDIR+=        tsan
26 SUBDIR+=        tsan_cxx
27 SUBDIR+=        xray
28 SUBDIR+=        xray-basic
29 SUBDIR+=        xray-fdr
30 SUBDIR+=        xray-profiling
31 .endif # amd64
32
33 SUBDIR+=        profile
34
35 SUBDIR_PARALLEL=
36
37 .include <bsd.subdir.mk>