2014-12-29 05:52:36 -07:00
|
|
|
perf-y += sched-messaging.o
|
|
|
|
perf-y += sched-pipe.o
|
2015-10-19 02:04:20 -06:00
|
|
|
perf-y += mem-functions.o
|
2014-12-29 05:52:36 -07:00
|
|
|
perf-y += futex-hash.o
|
|
|
|
perf-y += futex-wake.o
|
2015-05-08 12:37:59 -06:00
|
|
|
perf-y += futex-wake-parallel.o
|
2014-12-29 05:52:36 -07:00
|
|
|
perf-y += futex-requeue.o
|
2015-07-07 02:55:53 -06:00
|
|
|
perf-y += futex-lock-pi.o
|
2014-12-29 05:52:36 -07:00
|
|
|
|
2018-07-30 09:26:54 -06:00
|
|
|
perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-lib.o
|
2014-12-29 05:52:36 -07:00
|
|
|
perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o
|
|
|
|
perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o
|
|
|
|
|
|
|
|
perf-$(CONFIG_NUMA) += numa.o
|