mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-05 14:53:45 +00:00
Trivial support for irq domains, using either a linear map or radix tree depending on the vector layout. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
5 lines
203 B
Makefile
5 lines
203 B
Makefile
obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o
|
|
|
|
obj-$(CONFIG_INTC_BALANCING) += balancing.o
|
|
obj-$(CONFIG_INTC_USERIMASK) += userimask.o
|
|
obj-$(CONFIG_INTC_MAPPING_DEBUG) += virq-debugfs.o
|