]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/plat-versatile/Makefile
Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home...
[karo-tx-linux.git] / arch / arm / plat-versatile / Makefile
1 obj-y   := clock.o
2 ifneq ($(CONFIG_ARCH_INTEGRATOR),y)
3 obj-y   += sched-clock.o
4 endif
5 ifeq ($(CONFIG_LEDS_CLASS),y)
6 obj-$(CONFIG_ARCH_REALVIEW) += leds.o
7 obj-$(CONFIG_ARCH_VERSATILE) += leds.o
8 endif