blob: 8f19a0b1ecb22ab6a709a278e118fc3445fbd780 [file] [log] [blame]
Sandrine Bailleux9ca62792022-08-31 13:53:10 +02001#
2# Copyright (c) 2022, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7RSS_COMMS_SOURCES := $(addprefix drivers/arm/rss/, \
8 rss_comms.c \
9 rss_comms_protocol.c \
10 rss_comms_protocol_embed.c \
11 rss_comms_protocol_pointer_access.c \
12 )
13
14RSS_COMMS_SOURCES += $(addprefix drivers/arm/mhu/, \
15 mhu_v2_x.c \
16 mhu_wrapper_v2_x.c \
17 )
18
19PLAT_INCLUDES += -Idrivers/arm/rss \
20 -Idrivers/arm/mhu