Makefile 211 B

12345678
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. obj-y := core.o clock.o
  5. obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o
  6. obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o
  7. obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o