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