Skip to content

Commit

Permalink
kbuild: remove ARCH=sh64 support from top Makefile
Browse files Browse the repository at this point in the history
Commit 37744fe ("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>
  • Loading branch information
Masahiro Yamada committed May 3, 2021
1 parent 9009b45 commit 4579949
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4579949

Please sign in to comment.