xref: /linux/tools/perf/bench/Build (revision 72965b87c5d5d15e33c620901b46c5ca1a3d6b8b)
1*72965b87SJiri Olsaperf-y += sched-messaging.o
2*72965b87SJiri Olsaperf-y += sched-pipe.o
3*72965b87SJiri Olsaperf-y += mem-memcpy.o
4*72965b87SJiri Olsaperf-y += futex-hash.o
5*72965b87SJiri Olsaperf-y += futex-wake.o
6*72965b87SJiri Olsaperf-y += futex-requeue.o
7*72965b87SJiri Olsa
8*72965b87SJiri Olsaperf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o
9*72965b87SJiri Olsaperf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o
10*72965b87SJiri Olsa
11*72965b87SJiri Olsaperf-$(CONFIG_NUMA) += numa.o
12