blob: 505a8f89601c720ce2471e03f5380a17dcb0e2fc [file] [log] [blame]
Russell Kingf4b8b312010-01-14 12:48:06 +00001obj-y := clock.o
Russell Kinge3887712010-01-14 13:30:16 +00002obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
Linus Walleijb5417012010-07-20 22:32:00 +01003# For all but the Integrator, compile these
4ifeq ($(CONFIG_ARCH_INTEGRATOR),)
5obj-y += sched-clock.o
6obj-$(CONFIG_LEDS_CLASS) += leds.o
7endif