GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# Copyright (c) 2022, Arm Limited. All rights reserved.
|
||||
#
|
||||
# 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 \
|
||||
rss_comms_protocol_embed.c \
|
||||
rss_comms_protocol_pointer_access.c \
|
||||
)
|
||||
|
||||
RSS_COMMS_SOURCES += $(addprefix drivers/arm/mhu/, \
|
||||
mhu_v2_x.c \
|
||||
mhu_wrapper_v2_x.c \
|
||||
)
|
||||
|
||||
PLAT_INCLUDES += -Idrivers/arm/rss \
|
||||
-Idrivers/arm/mhu
|
||||
Reference in New Issue
Block a user