blob: 88ce75676534e79615fc35250a0590e7e166b9cf [file] [log] [blame]
Kristofer Jonsson116a6352020-08-20 17:25:23 +02001#
Mikael Olssond4ad9e52024-02-07 11:22:26 +01002# SPDX-FileCopyrightText: Copyright 2020, 2022-2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
Mikael Olsson6e0778a2023-10-06 13:59:44 +02003# SPDX-License-Identifier: GPL-2.0-only
Kristofer Jonsson116a6352020-08-20 17:25:23 +02004#
5# This program is free software and is provided to you under the terms of the
6# GNU General Public License version 2 as published by the Free Software
7# Foundation, and any use by you of this program is subject to the terms
8# of such GNU licence.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, you can access it online at
17# http://www.gnu.org/licenses/gpl-2.0.html.
18#
Mikael Olsson6e0778a2023-10-06 13:59:44 +020019
Mikael Olssond4ad9e52024-02-07 11:22:26 +010020ccflags-y += -Werror -I$(src)/include
Kristofer Jonsson116a6352020-08-20 17:25:23 +020021
22obj-$(CONFIG_ETHOSU) = ethosu.o
23
Mikael Olssond4ad9e52024-02-07 11:22:26 +010024ethosu-objs := common/ethosu_driver.o \
25 common/ethosu_buffer.o \
26 common/ethosu_dma_mem.o \
27 common/ethosu_device.o \
28 rpmsg/ethosu_rpmsg_cancel_inference.o \
29 rpmsg/ethosu_rpmsg_network.o \
30 rpmsg/ethosu_rpmsg_network_info.o \
31 rpmsg/ethosu_rpmsg_capabilities.o \
32 rpmsg/ethosu_rpmsg_inference.o \
33 rpmsg/ethosu_rpmsg_mailbox.o \
34 rpmsg/ethosu_rpmsg_version.o