https://jxself.org/git/linux-libre.git
Raw File
Tip revision: be8c57ea1b2dec35949eb5eaf224e4293841ffd0 authored by Jason Self on 22 February 2014, 21:35:37 UTC
Linux-libre 3.13.5-gnu
Tip revision: be8c57e
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_PM_SLEEP)			+= pm.o
back to top