https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b411262067af1b3b014efea8d23ed1889bc900b0 authored by Jason Self on 12 December 2013, 06:36:50 UTC
Linux-libre 3.10.24-gnu
Tip revision: b411262
Makefile
obj-y					:= highbank.o system.o smc.o

plus_sec := $(call as-instr,.arch_extension sec,+sec)
AFLAGS_smc.o				:=-Wa,-march=armv7-a$(plus_sec)

obj-$(CONFIG_SMP)			+= platsmp.o
obj-$(CONFIG_HOTPLUG_CPU)		+= hotplug.o
obj-$(CONFIG_PM_SLEEP)			+= pm.o
back to top