| xj | b04a402 | 2021-11-25 15:01:52 +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-lib.o | ||||
| 11 | perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o | ||||
| 12 | perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o | ||||
| 13 | |||||
| 14 | perf-$(CONFIG_NUMA) += numa.o | ||||