Commit b042245f authored by Linus Walleij's avatar Linus Walleij Committed by Russell King

ARM: 6264/1: fix Versatile Express LED oversight

My attempt to make the LEDs only compile for RealView and
Versatile was futile: I missed the Versatile Express. So invert
the logic and explicitly include the platforms to compile for.
Signed-off-by: default avatarLinus Walleij <triad@df.lth.se>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b5417019
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment