Makefile 158 B

1234567
  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