ARM: vexpress: add sched_clock() for Versatile Express
[pandora-kernel.git] / arch / arm / plat-versatile / Makefile
1 obj-y   := clock.o
2 obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
3 ifneq ($(CONFIG_ARCH_INTEGRATOR),y)
4 obj-y   += sched-clock.o
5 endif
6 ifeq ($(CONFIG_LEDS_CLASS),y)
7 obj-$(CONFIG_ARCH_REALVIEW) += leds.o
8 obj-$(CONFIG_ARCH_VERSATILE) += leds.o
9 endif