mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
f5fc00826d
Provide a common sched_clock() implementation for Versatile and Realview. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
4 lines
152 B
Makefile
4 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
|