blob: 867d6aa65ca756516ee1d246986473d8f737331e [file] [log] [blame]
Kristofer Jonsson116a6352020-08-20 17:25:23 +02001#
Kristofer Jonssonb42bc0b2023-01-04 17:09:28 +01002# Copyright 2020,2022-2023 Arm Limited and/or its affiliates
Kristofer Jonsson116a6352020-08-20 17:25:23 +02003#
4# This program is free software and is provided to you under the terms of the
5# GNU General Public License version 2 as published by the Free Software
6# Foundation, and any use by you of this program is subject to the terms
7# of such GNU licence.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, you can access it online at
16# http://www.gnu.org/licenses/gpl-2.0.html.
17#
18# SPDX-License-Identifier: GPL-2.0-only
19#
20
21obj-$(CONFIG_ETHOSU) = ethosu.o
22
23ethosu-objs := ethosu_driver.o \
24 ethosu_buffer.o \
25 ethosu_device.o \
26 ethosu_inference.o \
27 ethosu_mailbox.o \
Kristofer Jonsson3c6a2602022-03-10 11:17:29 +010028 ethosu_network.o \
Kristofer Jonssonf5b98c92022-03-14 16:09:12 +010029 ethosu_network_info.o \
Davide Grohmann32660f92022-04-27 16:49:07 +020030 ethosu_capabilities.o \
Davide Grohmann7e8f5082022-03-23 12:48:45 +010031 ethosu_cancel_inference.o