6 lines
159 B
Makefile
Executable file
6 lines
159 B
Makefile
Executable file
# 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
|