Searched refs:CONFIG_SHELL (Results 1 - 25 of 37) sorted by last modified time

12

/linux-master/
H A DMakefile426 CONFIG_SHELL := sh macro
596 export ARCH SRCARCH CONFIG_SHELL BASH HOSTCC KBUILD_HOSTCFLAGS CROSS_COMPILE LD CC HOSTPKG_CONFIG
1202 +$(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh
1502 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/link-vmlinux.sh clean
1712 +$(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh && echo "Rust is available!"
1857 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/modules-check.sh $<
1966 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/nsdeps
/linux-master/scripts/
H A DMakefile.build257 $(CONFIG_SHELL) $(srctree)/scripts/makelst $*.o \
H A DMakefile.lib442 fsize=$$($(CONFIG_SHELL) $(srctree)/scripts/file-size.sh $$F); \
H A Dlink-vmlinux.sh196 ${CONFIG_SHELL} "${srctree}/scripts/mksysmap" ${1} ${2} ${3}
269 size1=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" ${kallsymso_prev})
270 size2=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" ${kallsymso})
H A DMakefile.defconf11 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
25 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
/linux-master/arch/x86/
H A DMakefile313 $(CONFIG_SHELL) $(orc_hash_sh) < $< > $@
/linux-master/tools/objtool/
H A DMakefile69 $(Q)$(CONFIG_SHELL) ./sync-check.sh
/linux-master/arch/loongarch/
H A DMakefile35 $(CONFIG_SHELL) $(orc_hash_sh) < $< > $@
/linux-master/arch/powerpc/kernel/
H A DMakefile217 cmd_prom_init_check = $(CONFIG_SHELL) $< "$(NM)" $(obj)/prom_init.o; touch $@
/linux-master/arch/mips/
H A DMakefile530 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
536 $(Q)$(CONFIG_SHELL) $(srctree)/arch/$(ARCH)/tools/generic-board-config.sh \
/linux-master/lib/
H A DMakefile420 cmd_test_fortify = $(CONFIG_SHELL) $(srctree)/scripts/test_fortify.sh \
/linux-master/kernel/
H A DMakefile158 cmd_genikh = $(CONFIG_SHELL) $(srctree)/kernel/gen_kheaders.sh $@
/linux-master/arch/x86/kernel/cpu/
H A DMakefile63 cmd_mkcapflags = $(CONFIG_SHELL) $(srctree)/$(src)/mkcapflags.sh $@ $^
/linux-master/Documentation/
H A DMakefile87 $(CONFIG_SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \
/linux-master/scripts/kconfig/
H A DMakefile110 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m $(KCONFIG_CONFIG) $(config-fragments)
/linux-master/arch/riscv/
H A DMakefile.postlink16 $(CONFIG_SHELL) $(srctree)/arch/riscv/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@"
/linux-master/arch/powerpc/
H A DMakefile.postlink15 cmd_head_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/head_check.sh "$(NM)" "$@"
20 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@" ; \
24 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@"
/linux-master/usr/
H A DMakefile64 $(CONFIG_SHELL) $< -o $@ -l $(obj)/.initramfs_data.cpio.d \
/linux-master/arch/powerpc/boot/
H A DMakefile279 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \
H A Dwrapper400 strip_size=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" "$vmz.$$")
/linux-master/arch/um/kernel/
H A DMakefile50 cmd_mkcapflags = $(CONFIG_SHELL) $(srctree)/$(src)/../../x86/kernel/cpu/mkcapflags.sh $@ $^
/linux-master/arch/arm/boot/
H A DMakefile28 cmd_deflate_xip_data = $(CONFIG_SHELL) -c \
/linux-master/scripts/basic/
H A DMakefile12 $(CONFIG_SHELL) $(gen-randstruct-seed) \
/linux-master/arch/xtensa/kernel/syscalls/
H A DMakefile12 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --emit-nr $< $@
15 cmd_systbl = $(CONFIG_SHELL) $(systbl) $< $@
/linux-master/arch/x86/entry/syscalls/
H A DMakefile17 cmd_syshdr = $(CONFIG_SHELL) $(syshdr) --abis $(abis) --emit-nr \
22 cmd_systbl = $(CONFIG_SHELL) $(systbl) --abis $(abis) $< $@
25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))

Completed in 227 milliseconds

12