Searched refs:hostprogs (Results 1 – 25 of 43) sorted by relevance
12
| /linux/scripts/ |
| H A D | Makefile | 6 hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms 7 hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount 8 hostprogs-always-$(CONFIG_BUILDTIME_TABLE_SORT) += sorttable 9 hostprogs-always-$(CONFIG_ASN1) += asn1_compiler 10 hostprogs-always-$(CONFIG_MODULE_SIG_FORMAT) += sign-file 11 hostprogs-always-$(CONFIG_SYSTEM_EXTRA_CERTIFICATE) += insert-sys-cert 12 hostprogs-always-$(CONFIG_RUST_KERNEL_DOCTESTS) += rustdoc_test_builder 13 hostprogs-always-$(CONFIG_RUST_KERNEL_DOCTESTS) += rustdoc_test_gen 14 hostprogs-always-$(CONFIG_TRACEPOINTS) += tracepoint-update 27 hostprogs += generate_rust_target [all …]
|
| H A D | Makefile.clean | 28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 31 $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \
|
| H A 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)))
|
| H A D | Makefile.build | 103 hostprogs += $(hostprogs-always-y) $(hostprogs-always-m) 104 always-y += $(hostprogs-always-y) $(hostprogs-always-m) 519 hostprogs := $(sort $(hostprogs)) 520 ifneq ($(hostprogs),)
|
| /linux/arch/s390/tools/ |
| H A D | Makefile | 13 hostprogs += gen_facilities 14 hostprogs += gen_opcode_table 29 hostprogs += relocs
|
| /linux/arch/mips/tools/ |
| H A D | Makefile | 2 hostprogs := elf-entry macro 7 hostprogs += loongson3-llsc-check
|
| /linux/scripts/dtc/ |
| H A D | Makefile | 5 hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay 6 hostprogs-always-$(CHECK_DTBS) += dtc
|
| /linux/scripts/kconfig/ |
| H A D | Makefile | 174 hostprogs += conf 178 hostprogs += nconf 189 hostprogs += mconf 202 hostprogs += qconf 221 hostprogs += gconf
|
| /linux/drivers/accessibility/speakup/ |
| H A D | Makefile | 39 hostprogs += makemapdata 50 hostprogs += genmap
|
| /linux/arch/x86/tools/ |
| H A D | Makefile | 29 hostprogs += insn_decoder_test insn_sanity 42 hostprogs += relocs
|
| /linux/samples/rust/hostprogs/ |
| H A D | Makefile | 3 hostprogs-always-y := single
|
| /linux/scripts/ipe/polgen/ |
| H A D | Makefile | 2 hostprogs-always-y := polgen
|
| /linux/arch/mips/boot/tools/ |
| H A D | Makefile | 3 hostprogs += relocs
|
| /linux/scripts/genksyms/ |
| H A D | Makefile | 3 hostprogs-always-y += genksyms
|
| /linux/scripts/gendwarfksyms/ |
| H A D | Makefile | 2 hostprogs-always-y += gendwarfksyms
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | Build | 1 hostprogs := resolve_btfids
|
| /linux/scripts/basic/ |
| H A D | Makefile | 5 hostprogs-always-y += fixdep
|
| /linux/drivers/zorro/ |
| H A D | Makefile | 10 hostprogs := gen-devlist macro
|
| /linux/samples/rust/ |
| H A D | Makefile | 21 subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs
|
| /linux/scripts/mod/ |
| H A D | Makefile | 4 hostprogs-always-y += modpost mk_elfconfig
|
| /linux/drivers/video/logo/ |
| H A D | Makefile | 21 hostprogs := pnmtologo macro
|
| /linux/arch/mips/boot/compressed/ |
| H A D | Makefile | 85 hostprogs := calc_vmlinuz_load_addr macro 124 hostprogs += ../elf2ecoff
|
| /linux/drivers/tty/vt/ |
| H A D | Makefile | 17 hostprogs += conmakehash
|
| /linux/security/selinux/ |
| H A D | Makefile | 43 hostprogs := genheaders macro
|
| /linux/usr/ |
| H A D | Makefile | 19 hostprogs := gen_init_cpio macro
|
12