Merge "build: warn about RSS driver experimental status" into integration

This commit is contained in:
Sandrine Bailleux 2022-11-10 07:46:25 +01:00 committed by TrustedFirmware Code Review
commit 49e6f94c13

View file

@ -4,6 +4,8 @@
# SPDX-License-Identifier: BSD-3-Clause
#
$(warning "RSS driver is an experimental feature")
RSS_COMMS_SOURCES := $(addprefix drivers/arm/rss/, \
rss_comms.c \
rss_comms_protocol.c \