~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 318123a7f4296f3c288050fcf1bf4884093b6a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
#
# Authors:
#   Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

# build the generic FF-A methods
obj-y += arm-ffa-uclass.o
ifeq ($(CONFIG_SANDBOX),y)
# build the FF-A sandbox emulator and driver
obj-y += ffa-emul-uclass.o sandbox_ffa.o
else
# build the Arm64 FF-A driver
obj-y += arm-ffa.o
endif