commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
21 lines
506 B
Plaintext
21 lines
506 B
Plaintext
perf-y += sched-messaging.o
|
|
perf-y += sched-pipe.o
|
|
perf-y += syscall.o
|
|
perf-y += mem-functions.o
|
|
perf-y += futex-hash.o
|
|
perf-y += futex-wake.o
|
|
perf-y += futex-wake-parallel.o
|
|
perf-y += futex-requeue.o
|
|
perf-y += futex-lock-pi.o
|
|
perf-y += epoll-wait.o
|
|
perf-y += epoll-ctl.o
|
|
perf-y += synthesize.o
|
|
perf-y += kallsyms-parse.o
|
|
perf-y += find-bit-bench.o
|
|
perf-y += inject-buildid.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
|