xref: /openbmc/linux/arch/arm/mach-highbank/Makefile (revision 2f0f2441b4a10948e2ec042b48fef13680387f7c)
1# SPDX-License-Identifier: GPL-2.0-only
2obj-y					:= highbank.o system.o smc.o
3
4plus_sec := $(call as-instr,.arch_extension sec,+sec)
5AFLAGS_smc.o				:=-Wa,-march=armv7-a$(plus_sec)
6
7obj-$(CONFIG_PM_SLEEP)			+= pm.o
8