Makefile 202 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
  7. obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o