linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: linux-ia64@vger.kernel.org
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ia64: move core-y in arch/ia64/Makefile to arch/ia64/Kbuild
Date: Tue, 24 Aug 2021 23:35:42 +0900	[thread overview]
Message-ID: <CAK7LNARRF6wRY4wC-K36v7k9MWMN0hDYC4=G=5LS0rfFeO4hAg@mail.gmail.com> (raw)
In-Reply-To: <20210811164312.187226-1-masahiroy@kernel.org>

On Thu, Aug 12, 2021 at 1:43 AM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> Use obj-y to clean up Makefile.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---

Applied to linux-kbuild.


>
>  arch/ia64/Kbuild   | 2 ++
>  arch/ia64/Makefile | 2 --
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/ia64/Kbuild b/arch/ia64/Kbuild
> index a4e40e534e6a..e77cc76d228c 100644
> --- a/arch/ia64/Kbuild
> +++ b/arch/ia64/Kbuild
> @@ -1 +1,3 @@
>  # SPDX-License-Identifier: GPL-2.0-only
> +obj-y                          += kernel/ mm/
> +obj-$(CONFIG_IA64_SGI_UV)      += uv/
> diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile
> index 467b7e7f967c..7e548c654a29 100644
> --- a/arch/ia64/Makefile
> +++ b/arch/ia64/Makefile
> @@ -47,8 +47,6 @@ KBUILD_CFLAGS += $(cflags-y)
>  head-y := arch/ia64/kernel/head.o
>
>  libs-y                         += arch/ia64/lib/
> -core-y                         += arch/ia64/kernel/ arch/ia64/mm/
> -core-$(CONFIG_IA64_SGI_UV)     += arch/ia64/uv/
>
>  drivers-y                      += arch/ia64/pci/ arch/ia64/hp/common/
>
> --
> 2.30.2
>


-- 
Best Regards
Masahiro Yamada

      reply	other threads:[~2021-08-24 14:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-11 16:43 [PATCH] ia64: move core-y in arch/ia64/Makefile to arch/ia64/Kbuild Masahiro Yamada
2021-08-24 14:35 ` Masahiro Yamada [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='CAK7LNARRF6wRY4wC-K36v7k9MWMN0hDYC4=G=5LS0rfFeO4hAg@mail.gmail.com' \
    --to=masahiroy@kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).