6db4831e98
Android 14
7 lines
177 B
Makefile
7 lines
177 B
Makefile
#
|
|
# Makefile for the Linux/SuperH CPU-specific IRQ handlers.
|
|
#
|
|
obj-$(CONFIG_SUPERH32) += imask.o
|
|
obj-$(CONFIG_CPU_SH5) += intc-sh5.o
|
|
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
|