Searched refs:hostprogs (Results 1 – 25 of 44) sorted by relevance
12
/Linux-v6.1/scripts/ |
D | Makefile | 6 hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c 7 hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms 8 hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount 9 hostprogs-always-$(CONFIG_BUILDTIME_TABLE_SORT) += sorttable 10 hostprogs-always-$(CONFIG_ASN1) += asn1_compiler 11 hostprogs-always-$(CONFIG_MODULE_SIG_FORMAT) += sign-file 12 hostprogs-always-$(CONFIG_SYSTEM_EXTRA_CERTIFICATE) += insert-sys-cert 13 hostprogs-always-$(CONFIG_RUST) += generate_rust_target 36 hostprogs += unifdef
|
D | Makefile.clean | 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 34 $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \
|
D | Makefile.host | 50 host-csingle := $(foreach m,$(hostprogs), \ 54 host-cmulti := $(foreach m,$(hostprogs),\ 58 host-cobjs := $(sort $(foreach m,$(hostprogs),$($(m)-objs))) 63 host-cxxmulti := $(foreach m,$(hostprogs),$(if $($(m)-cxxobjs),$(m))) 71 host-rust := $(foreach m,$(hostprogs),$(if $($(m)-rust),$(m)))
|
D | Makefile.lib | 71 hostprogs += $(hostprogs-always-y) $(hostprogs-always-m) 72 always-y += $(hostprogs-always-y) $(hostprogs-always-m)
|
/Linux-v6.1/arch/mips/tools/ |
D | Makefile | 2 hostprogs := elf-entry macro 7 hostprogs += loongson3-llsc-check
|
/Linux-v6.1/arch/s390/tools/ |
D | Makefile | 13 hostprogs += gen_facilities 14 hostprogs += gen_opcode_table
|
/Linux-v6.1/scripts/kconfig/ |
D | Makefile | 155 hostprogs += conf 159 hostprogs += nconf 169 hostprogs += mconf 181 hostprogs += qconf 200 hostprogs += gconf
|
/Linux-v6.1/scripts/dtc/ |
D | Makefile | 5 hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay 6 hostprogs-always-$(CHECK_DT_BINDING) += dtc
|
/Linux-v6.1/drivers/accessibility/speakup/ |
D | Makefile | 39 hostprogs += makemapdata 50 hostprogs += genmap
|
/Linux-v6.1/arch/x86/tools/ |
D | Makefile | 29 hostprogs += insn_decoder_test insn_sanity 42 hostprogs += relocs
|
/Linux-v6.1/samples/rust/hostprogs/ |
D | Makefile | 3 hostprogs-always-y := single
|
/Linux-v6.1/tools/build/ |
D | Build | 1 hostprogs := fixdep
|
/Linux-v6.1/samples/rust/ |
D | Makefile | 5 subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs
|
/Linux-v6.1/scripts/selinux/genheaders/ |
D | Makefile | 2 hostprogs-always-y += genheaders
|
/Linux-v6.1/scripts/selinux/mdp/ |
D | Makefile | 2 hostprogs-always-y += mdp
|
/Linux-v6.1/arch/mips/boot/tools/ |
D | Makefile | 3 hostprogs += relocs
|
/Linux-v6.1/scripts/basic/ |
D | Makefile | 5 hostprogs-always-y += fixdep
|
/Linux-v6.1/drivers/zorro/ |
D | Makefile | 10 hostprogs := gen-devlist macro
|
/Linux-v6.1/scripts/genksyms/ |
D | Makefile | 3 hostprogs-always-y += genksyms
|
/Linux-v6.1/drivers/tty/vt/ |
D | Makefile | 15 hostprogs += conmakehash
|
/Linux-v6.1/arch/x86/boot/ |
D | Makefile | 51 hostprogs := tools/build macro 52 hostprogs += mkcpustr
|
/Linux-v6.1/scripts/mod/ |
D | Makefile | 5 hostprogs-always-y += modpost mk_elfconfig
|
/Linux-v6.1/fs/unicode/ |
D | Makefile | 41 hostprogs += mkutf8data
|
/Linux-v6.1/drivers/video/logo/ |
D | Makefile | 21 hostprogs := pnmtologo macro
|
/Linux-v6.1/arch/mips/boot/compressed/ |
D | Makefile | 91 hostprogs := calc_vmlinuz_load_addr macro 130 hostprogs += ../elf2ecoff
|
12