2023-02-19 14:16:30

by Masahiro Yamada

[permalink] [raw]
Subject: [PATCH 2/4] sh: move build rule of cchips/hd6446x/ to arch/sh/Kbuild

This is the last user of core-y in ARCH=sh.

Use the standard obj-y syntax.

Signed-off-by: Masahiro Yamada <[email protected]>
---

arch/sh/Kbuild | 2 ++
arch/sh/Makefile | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/sh/Kbuild b/arch/sh/Kbuild
index be171880977e..056efec72c2a 100644
--- a/arch/sh/Kbuild
+++ b/arch/sh/Kbuild
@@ -3,5 +3,7 @@ obj-y += kernel/ mm/ boards/
obj-$(CONFIG_SH_FPU_EMU) += math-emu/
obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/

+obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
+
# for cleaning
subdir- += boot
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index a9cad5137f92..0625796cfe7f 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -126,9 +126,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
machdir-$(CONFIG_SH_LANDISK) += mach-landisk
machdir-y += mach-common

-# Companion chips
-core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
-
#
# CPU header paths
#
--
2.34.1



2023-02-19 17:05:21

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH 2/4] sh: move build rule of cchips/hd6446x/ to arch/sh/Kbuild



On 2/19/23 06:15, Masahiro Yamada wrote:
> This is the last user of core-y in ARCH=sh.
>
> Use the standard obj-y syntax.
>
> Signed-off-by: Masahiro Yamada <[email protected]>

Acked-by: Randy Dunlap <[email protected]>
Tested-by: Randy Dunlap <[email protected]>

Thanks.

> ---
>
> arch/sh/Kbuild | 2 ++
> arch/sh/Makefile | 3 ---
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/arch/sh/Kbuild b/arch/sh/Kbuild
> index be171880977e..056efec72c2a 100644
> --- a/arch/sh/Kbuild
> +++ b/arch/sh/Kbuild
> @@ -3,5 +3,7 @@ obj-y += kernel/ mm/ boards/
> obj-$(CONFIG_SH_FPU_EMU) += math-emu/
> obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/
>
> +obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
> +
> # for cleaning
> subdir- += boot
> diff --git a/arch/sh/Makefile b/arch/sh/Makefile
> index a9cad5137f92..0625796cfe7f 100644
> --- a/arch/sh/Makefile
> +++ b/arch/sh/Makefile
> @@ -126,9 +126,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
> machdir-$(CONFIG_SH_LANDISK) += mach-landisk
> machdir-y += mach-common
>
> -# Companion chips
> -core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
> -
> #
> # CPU header paths
> #

--
~Randy

Subject: Re: [PATCH 2/4] sh: move build rule of cchips/hd6446x/ to arch/sh/Kbuild

Hi Masahiro!

On Sun, 2023-02-19 at 23:15 +0900, Masahiro Yamada wrote:
> This is the last user of core-y in ARCH=sh.
>
> Use the standard obj-y syntax.
>
> Signed-off-by: Masahiro Yamada <[email protected]>
> ---
>
> arch/sh/Kbuild | 2 ++
> arch/sh/Makefile | 3 ---
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/arch/sh/Kbuild b/arch/sh/Kbuild
> index be171880977e..056efec72c2a 100644
> --- a/arch/sh/Kbuild
> +++ b/arch/sh/Kbuild
> @@ -3,5 +3,7 @@ obj-y += kernel/ mm/ boards/
> obj-$(CONFIG_SH_FPU_EMU) += math-emu/
> obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/
>
> +obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
> +
> # for cleaning
> subdir- += boot
> diff --git a/arch/sh/Makefile b/arch/sh/Makefile
> index a9cad5137f92..0625796cfe7f 100644
> --- a/arch/sh/Makefile
> +++ b/arch/sh/Makefile
> @@ -126,9 +126,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
> machdir-$(CONFIG_SH_LANDISK) += mach-landisk
> machdir-y += mach-common
>
> -# Companion chips
> -core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
> -
> #
> # CPU header paths
> #

Reviewed-by: John Paul Adrian Glaubitz <[email protected]>

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913