ARM: 6235/2: driver for the LEDs found in the later ARM refdesigns
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / plat-versatile / Makefile
blob505a8f89601c720ce2471e03f5380a17dcb0e2fc
1 obj-y := clock.o
2 obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
3 # For all but the Integrator, compile these
4 ifeq ($(CONFIG_ARCH_INTEGRATOR),)
5 obj-y += sched-clock.o
6 obj-$(CONFIG_LEDS_CLASS) += leds.o
7 endif