blob: 98bece36e6c6b4da2f287ecf0db2a8b490cc4926 [file] [log] [blame]
Kristofer Jonsson116a6352020-08-20 17:25:23 +02001#
Mikael Olsson6e0778a2023-10-06 13:59:44 +02002# SPDX-FileCopyrightText: Copyright 2020,2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
3# 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
20ccflags-y += -Werror
Kristofer Jonsson116a6352020-08-20 17:25:23 +020021
22obj-$(CONFIG_ETHOSU) = ethosu.o
23
24ethosu-objs := ethosu_driver.o \
25 ethosu_buffer.o \
Mikael Olsson9c999fd2023-10-30 11:05:39 +010026 ethosu_dma_mem.o \
Kristofer Jonsson116a6352020-08-20 17:25:23 +020027 ethosu_device.o \
28 ethosu_inference.o \
29 ethosu_mailbox.o \
Kristofer Jonsson3c6a2602022-03-10 11:17:29 +010030 ethosu_network.o \
Kristofer Jonssonf5b98c92022-03-14 16:09:12 +010031 ethosu_network_info.o \
Davide Grohmann32660f92022-04-27 16:49:07 +020032 ethosu_capabilities.o \
Mikael Olsson7c843dc2023-08-03 12:41:48 +020033 ethosu_cancel_inference.o \
34 ethosu_version.o