rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | perf-y += sched-messaging.o |
2 | perf-y += sched-pipe.o | ||||
3 | perf-y += mem-functions.o | ||||
4 | perf-y += futex-hash.o | ||||
5 | perf-y += futex-wake.o | ||||
6 | perf-y += futex-wake-parallel.o | ||||
7 | perf-y += futex-requeue.o | ||||
8 | perf-y += futex-lock-pi.o | ||||
9 | |||||
10 | perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o | ||||
11 | perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o | ||||
12 | |||||
13 | perf-$(CONFIG_NUMA) += numa.o |