Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Masahiro Yamada <masahiroy@kernel.org>,
	linux-parisc@vger.kernel.org, patches@arm.linux.org.uk
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] parisc: decompressor: remove repeated depenency of misc.o
Date: Sat, 30 Oct 2021 20:36:36 +0200	[thread overview]
Message-ID: <0bbb74dc-d39a-c8ef-d0d2-5fefb55822b3@gmx.de> (raw)
In-Reply-To: <20211030175721.1716841-1-masahiroy@kernel.org>

On 10/30/21 19:57, Masahiro Yamada wrote:
> The same dependency
>
>     $(obj)/misc.o: $(obj)/sizes.h
>
> ... appears twice, at line 29 and line 55 in this Makefile.
>
> Remove the second one.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

I've appplied both patches.
Thanks!

Helge

> ---
>
>  arch/parisc/boot/compressed/Makefile | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/parisc/boot/compressed/Makefile b/arch/parisc/boot/compressed/Makefile
> index 9fe54878167d..f7ed79e23c2c 100644
> --- a/arch/parisc/boot/compressed/Makefile
> +++ b/arch/parisc/boot/compressed/Makefile
> @@ -52,8 +52,6 @@ $(obj)/real2.o: $(obj)/real2.S
>  $(obj)/real2.S: $(srctree)/arch/$(SRCARCH)/kernel/real2.S
>  	$(call cmd,shipped)
>
> -$(obj)/misc.o: $(obj)/sizes.h
> -
>  CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
>  $(obj)/vmlinux.lds: $(obj)/sizes.h
>
>


      parent reply	other threads:[~2021-10-30 18:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 17:57 [PATCH 1/2] parisc: decompressor: remove repeated depenency of misc.o Masahiro Yamada
2021-10-30 17:57 ` [PATCH 2/2] parisc: decompressor: clean up Makefile Masahiro Yamada
2021-10-30 18:36 ` Helge Deller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0bbb74dc-d39a-c8ef-d0d2-5fefb55822b3@gmx.de \
    --to=deller@gmx.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=patches@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox