blob: c1c994b64e637f871270a43581ec25efa4a692fb [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
Sandrine Bailleuxed6c3412022-11-08 15:04:36 +01007$(warning "RSS driver is an experimental feature")
8
Sandrine Bailleux9ca62792022-08-31 13:53:10 +02009RSS_COMMS_SOURCES := $(addprefix drivers/arm/rss/, \
10 rss_comms.c \
11 rss_comms_protocol.c \
12 rss_comms_protocol_embed.c \
13 rss_comms_protocol_pointer_access.c \
14 )
15
16RSS_COMMS_SOURCES += $(addprefix drivers/arm/mhu/, \
17 mhu_v2_x.c \
18 mhu_wrapper_v2_x.c \
19 )
20
21PLAT_INCLUDES += -Idrivers/arm/rss \
22 -Idrivers/arm/mhu