diff options
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 (patch) | |
tree | a8d9a5ea6156839a24b20451dafcb66cf0311eed /Makefile | |
parent | 9009b455811b0fa1f6b0adfa94db136984db5a38 (diff) |
kbuild: remove ARCH=sh64 support from top Makefile
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |