VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-05-02 02:24:35 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-05-03 18:20:24 +0900 commit: 45799491a92174ff78d9c46de55d614814bdd3e1 parent: 9009b455811b0fa1f6b0adfa94db136984db5a38
Commit Summary:
kbuild: remove ARCH=sh64 support from top Makefile
Diffstat:
1 file changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3597fd75d5b5..cbf4b18cf51c 100644
--- 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