mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-03-22 11:42:41 +01:00
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
|