aboutsummaryrefslogtreecommitdiff
path: root/kernel/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Kbuild')
-rw-r--r--kernel/Kbuild26
1 files changed, 13 insertions, 13 deletions
diff --git a/kernel/Kbuild b/kernel/Kbuild
index 98bece3..88ce756 100644
--- a/kernel/Kbuild
+++ b/kernel/Kbuild
@@ -1,5 +1,5 @@
#
-# SPDX-FileCopyrightText: Copyright 2020,2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
+# SPDX-FileCopyrightText: Copyright 2020, 2022-2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: GPL-2.0-only
#
# This program is free software and is provided to you under the terms of the
@@ -17,18 +17,18 @@
# http://www.gnu.org/licenses/gpl-2.0.html.
#
-ccflags-y += -Werror
+ccflags-y += -Werror -I$(src)/include
obj-$(CONFIG_ETHOSU) = ethosu.o
-ethosu-objs := ethosu_driver.o \
- ethosu_buffer.o \
- ethosu_dma_mem.o \
- ethosu_device.o \
- ethosu_inference.o \
- ethosu_mailbox.o \
- ethosu_network.o \
- ethosu_network_info.o \
- ethosu_capabilities.o \
- ethosu_cancel_inference.o \
- ethosu_version.o
+ethosu-objs := common/ethosu_driver.o \
+ common/ethosu_buffer.o \
+ common/ethosu_dma_mem.o \
+ common/ethosu_device.o \
+ rpmsg/ethosu_rpmsg_cancel_inference.o \
+ rpmsg/ethosu_rpmsg_network.o \
+ rpmsg/ethosu_rpmsg_network_info.o \
+ rpmsg/ethosu_rpmsg_capabilities.o \
+ rpmsg/ethosu_rpmsg_inference.o \
+ rpmsg/ethosu_rpmsg_mailbox.o \
+ rpmsg/ethosu_rpmsg_version.o