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 v6.15-rc6 10 lines 359 B view raw
1# SPDX-License-Identifier: GPL-2.0-or-later 2 3quiet_cmd_gen_ftrace_ool_stubs = GEN $@ 4 cmd_gen_ftrace_ool_stubs = $< "$(CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE)" "$(CONFIG_64BIT)" \ 5 "$(OBJDUMP)" vmlinux.o $@ 6 7$(obj)/vmlinux.arch.S: $(src)/ftrace-gen-ool-stubs.sh vmlinux.o FORCE 8 $(call if_changed,gen_ftrace_ool_stubs) 9 10targets += vmlinux.arch.S