Makefile 259 B

12345678910
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Common support
  5. obj-y := common.o slcr.o
  6. CFLAGS_REMOVE_hotplug.o =-march=armv6k
  7. CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9
  8. obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
  9. obj-$(CONFIG_SMP) += headsmp.o platsmp.o