Searched refs:hostprogs (Results 1 - 25 of 44) sorted by last modified time

12

/linux-master/scripts/
H A DMakefile.build44 # Do not include hostprogs rules unless needed.
46 hostprogs := $(sort $(hostprogs))
47 ifneq ($(hostprogs),)
H A DMakefile.lib72 # hostprogs-always-y += foo
74 # hostprogs += foo
76 hostprogs += $(hostprogs-always-y) $(hostprogs-always-m)
77 always-y += $(hostprogs-always-y) $(hostprogs-always-m)
H A DMakefile6 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
23 hostprogs += generate_rust_target
50 hostprogs
[all...]
H A DMakefile.host29 # hostprogs := bin2hex
32 # hostprogs := lxdialog
37 # hostprogs := qconf
43 # hostprogs := target
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 DMakefile.clean28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
31 $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \
/linux-master/drivers/gpu/drm/xe/
H A DMakefile38 hostprogs := xe_gen_wa_oob macro
/linux-master/arch/x86/entry/vdso/
H A DMakefile67 hostprogs += vdso2c
/linux-master/drivers/tty/vt/
H A DMakefile15 hostprogs += conmakehash
/linux-master/lib/raid6/
H A DMakefile14 hostprogs += mktables
/linux-master/lib/
H A DMakefile322 hostprogs := gen_crc32table macro
323 hostprogs += gen_crc64table
/linux-master/arch/x86/boot/compressed/
H A DMakefile84 hostprogs := mkpiggy macro
/linux-master/arch/arm64/kernel/pi/
H A DMakefile28 hostprogs := relacheck macro
/linux-master/arch/sparc/vdso/
H A DMakefile33 hostprogs += vdso2c
/linux-master/arch/s390/tools/
H A DMakefile13 hostprogs += gen_facilities
14 hostprogs += gen_opcode_table
29 hostprogs += relocs
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile107 # $(hostprogs) with $(obj)
109 hostprogs := $(munge) macro
/linux-master/scripts/kconfig/
H A DMakefile172 hostprogs += conf
176 hostprogs += nconf
187 hostprogs += mconf
200 hostprogs += qconf
219 hostprogs += gconf
/linux-master/arch/sparc/boot/
H A DMakefile10 hostprogs := piggyback macro
/linux-master/arch/x86/tools/
H A DMakefile29 hostprogs += insn_decoder_test insn_sanity
42 hostprogs += relocs
/linux-master/tools/build/
H A DMakefile.build99 ifneq ($(filter $(obj),$(hostprogs)),)
/linux-master/scripts/mod/
H A DMakefile5 hostprogs-always-y += modpost mk_elfconfig
/linux-master/arch/arm/vdso/
H A DMakefile6 hostprogs := vdsomunge macro
/linux-master/arch/x86/boot/
H A DMakefile51 hostprogs := tools/build macro
52 hostprogs += mkcpustr
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A DMakefile17 hostprogs := gen-hyprel macro
/linux-master/usr/
H A DMakefile51 hostprogs := gen_init_cpio macro
/linux-master/arch/powerpc/boot/
H A DMakefile249 hostprogs := addnote hack-coff mktree macro
473 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs))
477 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
503 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR)

Completed in 263 milliseconds

12