https://github.com/torvalds/linux
Raw File
Tip revision: 1795cd9b3a91d4b5473c97f491d63892442212ab authored by Linus Torvalds on 13 July 2014, 21:04:33 UTC
Linux 3.16-rc5
Tip revision: 1795cd9
Makefile
#
# Makefile for the linux kernel.
#

# Common support
obj-y				:= common.o slcr.o
CFLAGS_REMOVE_hotplug.o		=-march=armv6k
CFLAGS_hotplug.o 		=-Wa,-march=armv7-a -mcpu=cortex-a9
obj-$(CONFIG_HOTPLUG_CPU)	+= hotplug.o
obj-$(CONFIG_SMP)		+= headsmp.o platsmp.o
back to top