/openbmc/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 21 hostprogs += generate_rust_target 45 hostprogs += unifdef
|
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)))
|
/openbmc/u-boot/tools/ |
H A D | Makefile | 31 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 D | Makefile | 3 hostprogs-y := easylogo 5 always := $(hostprogs-y)
|
/openbmc/u-boot/scripts/ |
H A D | Makefile | 7 hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c 9 always := $(hostprogs-y)
|
H A D | Makefile.clean | 47 $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
|
H A D | Makefile.build | 74 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 D | Makefile | 12 hostprogs-y := fixdep 13 always := $(hostprogs-y)
|
/openbmc/u-boot/board/samsung/smdkv310/ |
H A D | Makefile | 9 hostprogs-y := tools/mksmdkv310spl 10 always := $(hostprogs-y)
|
/openbmc/u-boot/board/samsung/origen/ |
H A D | Makefile | 9 hostprogs-y := tools/mkorigenspl 10 always := $(hostprogs-y)
|
/openbmc/linux/arch/mips/tools/ |
H A D | Makefile | 2 hostprogs := elf-entry macro 7 hostprogs += loongson3-llsc-check
|
/openbmc/u-boot/tools/gdb/ |
H A D | Makefile | 37 hostprogs-y := gdbsend gdbcont 42 always := $(hostprogs-y)
|
/openbmc/linux/arch/s390/tools/ |
H A D | Makefile | 13 hostprogs += gen_facilities 14 hostprogs += gen_opcode_table
|
/openbmc/u-boot/scripts/dtc/ |
H A D | Makefile | 4 hostprogs-y := dtc 5 always := $(hostprogs-y)
|
/openbmc/linux/scripts/dtc/ |
H A D | Makefile | 5 hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay 6 hostprogs-always-$(CHECK_DT_BINDING) += dtc
|
/openbmc/linux/scripts/kconfig/ |
H A D | Makefile | 164 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 D | 0001-Use-pkg-config-native-to-find-the-libssl-headers.patch | 25 hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c 26 hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | Makefile | 39 hostprogs += makemapdata 52 hostprogs += genmap
|
/openbmc/linux/arch/x86/tools/ |
H A D | Makefile | 29 hostprogs += insn_decoder_test insn_sanity 42 hostprogs += relocs
|
/openbmc/linux/tools/build/ |
H A D | Build | 1 hostprogs := fixdep
|
/openbmc/linux/samples/rust/hostprogs/ |
H A D | Makefile | 3 hostprogs-always-y := single
|
/openbmc/linux/samples/rust/ |
H A D | Makefile | 6 subdir-$(CONFIG_SAMPLE_RUST_HOSTPROGS) += hostprogs
|
/openbmc/linux/scripts/selinux/genheaders/ |
H A D | Makefile | 2 hostprogs-always-y += genheaders
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | Makefile | 3 hostprogs += relocs
|