mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 06:06:54 +07:00
7c380f273c
Add support for the new smp_twd runtime registration interface to the RealView/VE platforms, and remove the old compile-time support. Tested on EB11MP. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
7 lines
256 B
Makefile
7 lines
256 B
Makefile
obj-y := clock.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_CLCD) += clcd.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_FPGA_IRQ) += fpga-irq.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_LEDS) += leds.o
|
|
obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|