mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
|