mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-09 08:55:12 +07:00
![Russell King](/assets/img/avatar_default.png)
Provide a common sched_clock() implementation for Versatile and Realview. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
5 lines
152 B
Makefile
5 lines
152 B
Makefile
obj-y := clock.o
|
|
obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
|
|
obj-$(CONFIG_ARCH_REALVIEW) += sched-clock.o
|
|
obj-$(CONFIG_ARCH_VERSATILE) += sched-clock.o
|