[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YKeLoDy3QddLd6jb@lillesand.fjasle.eu>
Date: Fri, 21 May 2021 12:29:52 +0200
From: Nicolas Schier <nicolas@...sle.eu>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, Brian Cain <bcain@...eaurora.org>,
linux-hexagon@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/5] hexagon: move core-y in arch/hexagon/Makefile to
arch/hexagon/Kbuild
Hi Masahiro,
On Wed 12 May 2021 16:57:28 GMT, Masahiro Yamada wrote:
> Use obj-y to clean up Makefile.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
>
> arch/hexagon/Kbuild | 1 +
> arch/hexagon/Makefile | 4 ----
> 2 files changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/arch/hexagon/Kbuild b/arch/hexagon/Kbuild
> index a4e40e534e6a..d930c2f954d5 100644
> --- a/arch/hexagon/Kbuild
> +++ b/arch/hexagon/Kbuild
> @@ -1 +1,2 @@
> # SPDX-License-Identifier: GPL-2.0-only
> +obj += kernel/ mm/ lib/
This should probably be 'obj-y' instead of 'obj'?
Kind regards,
Nicolas
Powered by blists - more mailing lists