mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 02:05:33 +00:00
33fc1a211c
The Kconfig and Makefile were overlooked, add those in now to improve odds of building. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
6 lines
201 B
Makefile
6 lines
201 B
Makefile
obj-y := access.o chip.o core.o dynamic.o handle.o virq.o
|
|
|
|
obj-$(CONFIG_INTC_BALANCING) += balancing.o
|
|
obj-$(CONFIG_INTC_USERIMASK) += userimask.o
|
|
obj-$(CONFIG_INTC_MAPPING_DEBUG) += virq-debugfs.o
|