diff options
Diffstat (limited to 'drivers/sh/intc/Makefile')
-rw-r--r-- | drivers/sh/intc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/sh/intc/Makefile b/drivers/sh/intc/Makefile new file mode 100644 index 000000000..bdd855327 --- /dev/null +++ b/drivers/sh/intc/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only +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 |