2024-09-09 08:52:07 +00:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Common support
|
2024-09-09 08:57:42 +00:00
|
|
|
obj-y := common.o slcr.o pm.o
|
|
|
|
CFLAGS_REMOVE_hotplug.o =-march=armv6k
|
|
|
|
CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9
|
|
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|