From cdf33e6ecf4ca724d8be64fefbc4896eb8baf046 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 6 Feb 2017 16:06:53 +0100 Subject: ARM: Add smc call support Taken from the Kernel: A wrapper to make a smc call from C. Signed-off-by: Sascha Hauer --- arch/arm/cpu/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/cpu/Makefile') diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile index d8cb1871a6..e542f1741a 100644 --- a/arch/arm/cpu/Makefile +++ b/arch/arm/cpu/Makefile @@ -34,6 +34,8 @@ ifeq ($(CONFIG_MMU),) obj-y += no-mmu.o endif +obj-$(CONFIG_ARM_SECURE_MONITOR) += smccc-call.o + obj-$(CONFIG_CPU_32v4T) += cache-armv4.o pbl-$(CONFIG_CPU_32v4T) += cache-armv4.o obj-$(CONFIG_CPU_32v5) += cache-armv5.o -- cgit v1.2.3