mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-17 20:24:24 +00:00
8 lines
170 B
Makefile
8 lines
170 B
Makefile
|
|
#
|
||
|
|
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
|
||
|
|
#
|
||
|
|
obj-y += ipr.o imask.o
|
||
|
|
|
||
|
|
obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.o
|
||
|
|
obj-$(CONFIG_CPU_HAS_INTC2_IRQ) += intc2.o
|