| /OK3568_Linux_fs/kernel/certs/ |
| H A D | Makefile | 64 @$(kecho) "###" 65 @$(kecho) "### Now generating an X.509 key pair to be used for signing modules." 66 @$(kecho) "###" 67 @$(kecho) "### If this takes a long time, you might wish to run rngd in the" 68 @$(kecho) "### background to keep the supply of entropy topped up. It" 69 @$(kecho) "### needs to be run as root, and uses a hardware random" 70 @$(kecho) "### number generator if one is available." 71 @$(kecho) "###" 77 @$(kecho) "###" 78 @$(kecho) "### Key pair generated." [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 17-backport-kecho.patch | 1 This commit added kecho to scripts/Kbuild.include (and doc). 8 kbuild: introduce $(kecho) convenience echo 19 + kecho := : 22 +kecho := $($(quiet)kecho)
|
| H A D | series | 8 17-backport-kecho.patch
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | Makefile | 10 kecho := : macro 13 kecho := $($(quiet)kecho) macro 67 $(Q)$(kecho) " GEN config.pot" 78 $(kecho) " GEN $$i"; \ 82 $(Q)$(kecho) " GEN linux.pot" 119 @$(kecho) "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'" 122 @$(kecho) "*** Default configuration is based on target '$(KBUILD_DEFCONFIG)'" 286 @set -e; $(kecho) " CHECK qt"; \
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | Makefile | 69 $(Q)$(kecho) " GEN config.pot" 80 $(kecho) " GEN $$i"; \ 84 $(Q)$(kecho) " GEN linux.pot" 112 @$(kecho) "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'" 115 @$(kecho) "*** Default configuration is based on target '$(KBUILD_DEFCONFIG)'" 249 @set -e; $(kecho) " CHECK qt"; \
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | Makefile | 85 @$(kecho) 'Kernel: $@ is ready' ' (#'`cat .version`')' 142 @$(kecho) 'Kernel: $(obj)/fdimage is ready' 146 @$(kecho) 'Kernel: $(obj)/fdimage is ready' 150 @$(kecho) 'Kernel: $(obj)/image.iso is ready'
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/ |
| H A D | Makefile | 25 @$(kecho) 'Kernel: $@ is ready' 29 @$(kecho) 'Kernel: $@ is ready'
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/ |
| H A D | Makefile | 54 $(Q)$(kecho) ' Kernel: $@ is ready' 58 $(Q)$(kecho) ' Kernel: $@ is ready'
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | Makefile | 28 @$(kecho) " GEN $@" 38 @$(kecho) " GEN $@"
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Kbuild.include | 35 kecho := : 38 kecho := $($(quiet)kecho) 57 $(kecho) ' CHK $@'; \ 63 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/ |
| H A D | Makefile | 33 $(Q)$(kecho) ' Kernel: $@ is ready'
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/ |
| H A D | Makefile | 34 $(Q)$(kecho) ' Kernel: $@ is ready'
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Kbuild.include | 35 kecho := : 38 kecho := $($(quiet)kecho) 57 $(kecho) ' CHK $@'; \ 63 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Kbuild.include | 35 kecho := : 38 kecho := $($(quiet)kecho) 57 $(kecho) ' CHK $@'; \ 63 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | Makefile | 80 @$(kecho) "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'" 83 @$(kecho) "*** Default configuration is based on target '$(KBUILD_DEFCONFIG)'"
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Kbuild.include | 41 kecho := : 44 kecho := $($(quiet)kecho) 65 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Kbuild.include | 41 kecho := : 44 kecho := $($(quiet)kecho) 65 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Kbuild.include | 41 kecho := : 44 kecho := $($(quiet)kecho) 65 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Kbuild.include | 36 kecho := : 39 kecho := $($(quiet)kecho) 63 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Kbuild.include | 36 kecho := : 39 kecho := $($(quiet)kecho) 63 $(kecho) ' UPD $@'; \
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/ |
| H A D | Makefile | 47 @$(kecho) ' Physical Address of xipImage: $(CONFIG_XIP_PHYS_ADDR)'
|
| /OK3568_Linux_fs/kernel/arch/riscv/ |
| H A D | Makefile | 115 @$(kecho) ' Kernel: $(boot)/$@ is ready'
|
| /OK3568_Linux_fs/kernel/arch/arc/ |
| H A D | Makefile | 118 @$(kecho) ' Image $(boot)/uImage is ready'
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile | 415 @$(kecho) ' Checking missing-syscalls for N32' 419 @$(kecho) ' Checking missing-syscalls for O32'
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Makefile | 333 @$(kecho) ' Kernel: $(boot)/$@ is ready'
|