summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv8/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-04-14 11:10:23 +0900
committerTom Rini <trini@konsulko.com>2017-04-18 10:29:17 -0400
commitc54bcf6805cc6762cb998751b8e005f39ee1dad1 (patch)
treed2ec5cc578ee63c8f6fc675bbd60d01eea69c570 /arch/arm/cpu/armv8/Makefile
parentc2da86f39ed6cbccccc2736bdc421fd606734232 (diff)
downloadu-boot-c54bcf6805cc6762cb998751b8e005f39ee1dad1.tar.gz
u-boot-c54bcf6805cc6762cb998751b8e005f39ee1dad1.tar.xz
u-boot-c54bcf6805cc6762cb998751b8e005f39ee1dad1.zip
ARM: adjust arm-smccc code for use in U-Boot
Adjust ARM SMC Calling Convention code for U-Boot: - Replace the license block with SPDX - Change path to asm-offsets.h - Define UNWIND() as no-op - Add Kconfig entry - Add asm-offsets Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/cpu/armv8/Makefile')
-rw-r--r--arch/arm/cpu/armv8/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/Makefile b/arch/arm/cpu/armv8/Makefile
index 65915eec36..c447085fe4 100644
--- a/arch/arm/cpu/armv8/Makefile
+++ b/arch/arm/cpu/armv8/Makefile
@@ -16,6 +16,8 @@ obj-y += tlb.o
obj-y += transition.o
obj-y += fwcall.o
obj-y += cpu-dt.o
+obj-$(CONFIG_ARM_SMCCC) += smccc-call.o
+
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_ARMV8_SPIN_TABLE) += spin_table.o spin_table_v8.o
endif