kbuild: remove ARCH=sh64 support from top Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 May 2021 17:24:35 +0000 (02:24 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 3 May 2021 09:20:24 +0000 (18:20 +0900)
Commit 37744feebc08 ("sh: remove sh5 support") removed the SUPERH64
support entirely.

Remove the left-over code from the top Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Makefile

index 3597fd7..cbf4b18 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -399,11 +399,6 @@ ifeq ($(ARCH),sparc64)
        SRCARCH := sparc
 endif
 
-# Additional ARCH settings for sh
-ifeq ($(ARCH),sh64)
-       SRCARCH := sh
-endif
-
 export cross_compiling :=
 ifneq ($(SRCARCH),$(SUBARCH))
 cross_compiling := 1