Home
last modified time | relevance | path

Searched refs:hostprogs (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/scripts/
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
21 hostprogs += generate_rust_target
45 hostprogs += unifdef
H A DMakefile.clean28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
31 $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \
H A DMakefile.host50 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)))
/openbmc/u-boot/tools/
H A DMakefile31 hostprogs-$(CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER) += atmel_pmecc_params
33 hostprogs-$(CONFIG_LCD_LOGO) += bmp_logo
34 hostprogs-$(CONFIG_VIDEO_LOGO) += bmp_logo
37 hostprogs-$(CONFIG_BUILD_ENVCRC) += envcrc
40 hostprogs-$(CONFIG_CMD_NET) += gen_eth_addr
43 hostprogs-$(CONFIG_CMD_NET) += gen_ethaddr_crc
47 hostprogs-$(CONFIG_CMD_LOADS) += img2srec
50 hostprogs-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes
53 hostprogs-y += mkenvimage
56 hostprogs-y += dumpimage mkimage
[all …]
/openbmc/u-boot/tools/easylogo/
H A DMakefile3 hostprogs-y := easylogo
5 always := $(hostprogs-y)
/openbmc/u-boot/scripts/
H A DMakefile7 hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c
9 always := $(hostprogs-y)
H A DMakefile.clean47 $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
H A DMakefile.build74 ifneq ($(hostprogs-y),$(host-progs))
75 …ning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprogs-y!)
76 hostprogs-y += $(host-progs)
81 ifneq ($(hostprogs-y)$(hostprogs-m),)
/openbmc/u-boot/scripts/basic/
H A DMakefile12 hostprogs-y := fixdep
13 always := $(hostprogs-y)
/openbmc/u-boot/board/samsung/smdkv310/
H A DMakefile9 hostprogs-y := tools/mksmdkv310spl
10 always := $(hostprogs-y)
/openbmc/u-boot/board/samsung/origen/
H A DMakefile9 hostprogs-y := tools/mkorigenspl
10 always := $(hostprogs-y)
/openbmc/linux/arch/mips/tools/
H A DMakefile2 hostprogs := elf-entry macro
7 hostprogs += loongson3-llsc-check
/openbmc/u-boot/tools/gdb/
H A DMakefile37 hostprogs-y := gdbsend gdbcont
42 always := $(hostprogs-y)
/openbmc/linux/arch/s390/tools/
H A DMakefile13 hostprogs += gen_facilities
14 hostprogs += gen_opcode_table
/openbmc/u-boot/scripts/dtc/
H A DMakefile4 hostprogs-y := dtc
5 always := $(hostprogs-y)
/openbmc/linux/scripts/dtc/
H A DMakefile5 hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay
6 hostprogs-always-$(CHECK_DT_BINDING) += dtc
/openbmc/linux/scripts/kconfig/
H A DMakefile164 hostprogs += conf
168 hostprogs += nconf
179 hostprogs += mconf
192 hostprogs += qconf
211 hostprogs += gconf
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium/
H A D0001-Use-pkg-config-native-to-find-the-libssl-headers.patch25 hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c
26 hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms
/openbmc/linux/drivers/accessibility/speakup/
H A DMakefile39 hostprogs += makemapdata
52 hostprogs += genmap
/openbmc/linux/arch/x86/tools/
H A DMakefile29 hostprogs += insn_decoder_test insn_sanity
42 hostprogs += relocs
/openbmc/linux/tools/build/
H A DBuild1 hostprogs := fixdep
/openbmc/linux/samples/rust/hostprogs/
H A DMakefile3 hostprogs-always-y := single
/openbmc/linux/samples/rust/
H A DMakefile6 subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs
/openbmc/linux/scripts/selinux/genheaders/
H A DMakefile2 hostprogs-always-y += genheaders
/openbmc/linux/arch/mips/boot/tools/
H A DMakefile3 hostprogs += relocs

123