| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile | 9 hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c 10 hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms 11 hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount 12 hostprogs-always-$(CONFIG_ARCH_ROCKCHIP) += resource_tool 13 hostprogs-always-$(CONFIG_BUILDTIME_TABLE_SORT) += sorttable 14 hostprogs-always-$(CONFIG_ASN1) += asn1_compiler 15 hostprogs-always-$(CONFIG_MODULE_SIG_FORMAT) += sign-file 16 hostprogs-always-$(CONFIG_SYSTEM_TRUSTED_KEYRING) += extract-cert 17 hostprogs-always-$(CONFIG_SYSTEM_EXTRA_CERTIFICATE) += insert-sys-cert 18 hostprogs-always-$(CONFIG_SYSTEM_REVOCATION_LIST) += extract-cert [all …]
|
| H A D | Makefile.clean | 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 34 $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \ 38 __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
|
| H A D | Makefile.lib | 11 ifneq ($(hostprogs-y),) 13 hostprogs += $(hostprogs-y) 15 ifneq ($(hostprogs-m),) 17 hostprogs += $(hostprogs-m) 89 hostprogs += $(hostprogs-always-y) $(hostprogs-always-m) 90 always-y += $(hostprogs-always-y) $(hostprogs-always-m)
|
| H A D | Makefile.host | 43 host-csingle := $(foreach m,$(hostprogs), \ 47 host-cmulti := $(foreach m,$(hostprogs),\ 51 host-cobjs := $(sort $(foreach m,$(hostprogs),$($(m)-objs))) 56 host-cxxmulti := $(foreach m,$(hostprogs),$(if $($(m)-cxxobjs),$(m)))
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | Makefile | 32 hostprogs-$(CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER) += atmel_pmecc_params 34 hostprogs-$(CONFIG_LCD_LOGO) += bmp_logo 35 hostprogs-$(CONFIG_VIDEO_LOGO) += bmp_logo 38 hostprogs-$(CONFIG_BUILD_ENVCRC) += envcrc 41 hostprogs-$(CONFIG_CMD_NET) += gen_eth_addr 44 hostprogs-$(CONFIG_CMD_NET) += gen_ethaddr_crc 48 hostprogs-$(CONFIG_CMD_LOADS) += img2srec 51 hostprogs-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes 54 hostprogs-y += mkenvimage 57 hostprogs-y += dumpimage mkimage [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.clean | 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 34 $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \ 38 __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
|
| H A D | Makefile.lib | 11 ifneq ($(hostprogs-y),) 13 hostprogs += $(hostprogs-y) 15 ifneq ($(hostprogs-m),) 17 hostprogs += $(hostprogs-m) 89 hostprogs += $(hostprogs-always-y) $(hostprogs-always-m) 90 always-y += $(hostprogs-always-y) $(hostprogs-always-m)
|
| H A D | Makefile.host | 43 host-csingle := $(foreach m,$(hostprogs), \ 47 host-cmulti := $(foreach m,$(hostprogs),\ 51 host-cobjs := $(sort $(foreach m,$(hostprogs),$($(m)-objs))) 56 host-cxxmulti := $(foreach m,$(hostprogs),$(if $($(m)-cxxobjs),$(m)))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.clean | 31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 34 $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \ 38 __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
|
| H A D | Makefile.lib | 11 ifneq ($(hostprogs-y),) 13 hostprogs += $(hostprogs-y) 15 ifneq ($(hostprogs-m),) 17 hostprogs += $(hostprogs-m) 89 hostprogs += $(hostprogs-always-y) $(hostprogs-always-m) 90 always-y += $(hostprogs-always-y) $(hostprogs-always-m)
|
| H A D | Makefile.host | 43 host-csingle := $(foreach m,$(hostprogs), \ 47 host-cmulti := $(foreach m,$(hostprogs),\ 51 host-cobjs := $(sort $(foreach m,$(hostprogs),$($(m)-objs))) 56 host-cxxmulti := $(foreach m,$(hostprogs),$(if $($(m)-cxxobjs),$(m)))
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 06-br-build-system-integration.patch | 9 -hostprogs-y := conf nconf mconf kxgettext qconf gconf 10 +hostprogs-y := conf 13 + hostprogs-y += nconf 17 + hostprogs-y += mconf 21 + hostprogs-y += kxgettext 33 + hostprogs-y += qconf 37 + hostprogs-y += gconf
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/cryptodev/files/ |
| H A D | 0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch | 30 rm -f $(hostprogs) *~ 47 all: $(hostprogs) 51 + for bin in $(hostprogs); do \ 55 check: $(hostprogs) 62 +testprogs: $(hostprogs) 65 rm -f *.o *~ $(hostprogs)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile | 10 hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c 12 always := $(hostprogs-y) 15 hostprogs-y += docproc
|
| H A D | Makefile.clean | 49 $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.clean | 41 $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.clean | 41 $(hostprogs-y) $(hostprogs-m) $(hostprogs-) \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.clean | 41 $(hostprogs-y) $(hostprogs-m) $(hostprogs-) \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.clean | 41 $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
|
| /OK3568_Linux_fs/u-boot/tools/easylogo/ |
| H A D | Makefile | 5 hostprogs-y := easylogo 7 always := $(hostprogs-y)
|
| /OK3568_Linux_fs/u-boot/scripts/basic/ |
| H A D | Makefile | 14 hostprogs-y := fixdep 15 always := $(hostprogs-y)
|
| /OK3568_Linux_fs/u-boot/board/samsung/smdkv310/ |
| H A D | Makefile | 11 hostprogs-y := tools/mksmdkv310spl 12 always := $(hostprogs-y)
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | Makefile | 157 hostprogs += conf 161 hostprogs += nconf 171 hostprogs += mconf 183 hostprogs += qconf 202 hostprogs += gconf
|
| /OK3568_Linux_fs/u-boot/board/samsung/origen/ |
| H A D | Makefile | 11 hostprogs-y := tools/mkorigenspl 12 always := $(hostprogs-y)
|
| /OK3568_Linux_fs/kernel/arch/mips/tools/ |
| H A D | Makefile | 2 hostprogs := elf-entry macro 7 hostprogs += loongson3-llsc-check
|