mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 20:40:54 +07:00
1d6a21b0a6
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>
6 lines
203 B
Makefile
6 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
|