diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-02-19 15:15:53 +0100 |
---|---|---|
committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2023-07-05 18:55:18 +0200 |
commit | 9b4daf52b67b97ada589a0bd9bf127488f00925a (patch) | |
tree | 166f5352199346f5a3a35179d4f40dc62a33ae2c /arch/sh/Makefile | |
parent | sh: Fix -Wmissing-include-dirs warnings for various platforms (diff) | |
download | linux-9b4daf52b67b97ada589a0bd9bf127488f00925a.tar.xz linux-9b4daf52b67b97ada589a0bd9bf127488f00925a.zip |
sh: Move build rule for 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 <masahiroy@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/20230219141555.2308306-2-masahiroy@kernel.org
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Diffstat (limited to '')
-rw-r--r-- | arch/sh/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 # |