Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 39845764a0ca01a89dca4ff5b4e9d896ee410054 15 lines 309 B view raw
1libperf-y += core.o 2libperf-y += cpumap.o 3libperf-y += threadmap.o 4libperf-y += evsel.o 5libperf-y += evlist.o 6libperf-y += mmap.o 7libperf-y += zalloc.o 8libperf-y += xyarray.o 9libperf-y += lib.o 10 11$(OUTPUT)zalloc.o: ../../lib/zalloc.c FORCE 12 $(call rule_mkdir) 13 $(call if_changed_dep,cc_o_c) 14 15tests-y += tests/