Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[firefly-linux-kernel-4.4.55.git] / arch / arm / plat-versatile / Makefile
index 505a8f89601c720ce2471e03f5380a17dcb0e2fc..5cf88e8427b15e66aafa287f1960e937a26fb89a 100644 (file)
@@ -1,7 +1,8 @@
 obj-y  := clock.o
 obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
-# For all but the Integrator, compile these
-ifeq ($(CONFIG_ARCH_INTEGRATOR),)
-obj-y += sched-clock.o
-obj-$(CONFIG_LEDS_CLASS) += leds.o
+obj-$(CONFIG_ARCH_REALVIEW) += sched-clock.o
+obj-$(CONFIG_ARCH_VERSATILE) += sched-clock.o
+ifeq ($(CONFIG_LEDS_CLASS),y)
+obj-$(CONFIG_ARCH_REALVIEW) += leds.o
+obj-$(CONFIG_ARCH_VERSATILE) += leds.o
 endif