lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 13 May 2022 14:43:08 +0800
From:   Guo Ren <guoren@...nel.org>
To:     Masahiro Yamada <masahiroy@...nel.org>
Cc:     linux-csky@...r.kernel.org,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/4] csky: remove unused $(dtb-y) from arch/csky/boot/Makefile

Thx, approved.

On Thu, May 12, 2022 at 12:01 PM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> arch/csky/boot/Makefile does not build DTB.
> arch/csky/boot/dts/Makefile does.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
>
>  arch/csky/boot/Makefile | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/csky/boot/Makefile b/arch/csky/boot/Makefile
> index dbc9b1bd72f0..c3cfde28f8e6 100644
> --- a/arch/csky/boot/Makefile
> +++ b/arch/csky/boot/Makefile
> @@ -1,6 +1,5 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  targets := Image zImage uImage
> -targets += $(dtb-y)
>
>  $(obj)/Image: vmlinux FORCE
>         $(call if_changed,objcopy)
> --
> 2.32.0
>


-- 
Best Regards
 Guo Ren

ML: https://lore.kernel.org/linux-csky/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ