Makefile 195 B

12345678
  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