mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-18 12:46:50 +00:00
12 lines
276 B
Text
12 lines
276 B
Text
|
|
perf-y += sched-messaging.o
|
||
|
|
perf-y += sched-pipe.o
|
||
|
|
perf-y += mem-memcpy.o
|
||
|
|
perf-y += futex-hash.o
|
||
|
|
perf-y += futex-wake.o
|
||
|
|
perf-y += futex-requeue.o
|
||
|
|
|
||
|
|
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
|