Makefile 255 B

12345678
  1. #
  2. # Makefile for the linux kernel, U8500 machine.
  3. #
  4. obj-y := clock.o cpu.o devices.o
  5. obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o
  6. obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o
  7. obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o