You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|