2011-06-20 17:47:27 +00:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Common support
|
2013-03-27 11:37:53 +00:00
|
|
|
obj-y := common.o slcr.o
|
2013-03-20 12:56:15 +00:00
|
|
|
CFLAGS_REMOVE_hotplug.o =-march=armv6k
|
|
|
|
CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9
|
|
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
2013-03-20 12:50:12 +00:00
|
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|