ARM: 6235/2: driver for the LEDs found in the later ARM refdesigns
[pandora-kernel.git] / arch / arm / plat-versatile / Makefile
index 9b1a668..505a8f8 100644 (file)
@@ -1,4 +1,7 @@
 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
+# For all but the Integrator, compile these
+ifeq ($(CONFIG_ARCH_INTEGRATOR),)
+obj-y += sched-clock.o
+obj-$(CONFIG_LEDS_CLASS) += leds.o
+endif