sh5 never became a product and has probably never really worked. Remove it by recursively deleting all associated Kconfig options and all corresponding files. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rich Felker <dalias@libc.org>
7 lines
159 B
Makefile
7 lines
159 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Linux/SuperH CPU-specific IRQ handlers.
|
|
#
|
|
obj-y += imask.o
|
|
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
|