blob: ed7aad1f5863121e8446c926c2f2f708a5e51c53 [file] [log] [blame]
Jens Elofsson955288a2021-04-22 20:57:15 +02001#
Mikael Olsson578af8f2023-12-11 17:24:49 +01002# SPDX-FileCopyrightText: Copyright 2021-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
Jens Elofsson955288a2021-04-22 20:57:15 +02003# SPDX-License-Identifier: Apache-2.0
4#
5# Licensed under the Apache License, Version 2.0 (the License); you may
6# not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an AS IS BASIS, WITHOUT
13# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17
Jens Elofsson701a63b2021-05-23 17:37:07 +020018# Build layer_by_layer_profiler
19add_subdirectory(layer_by_layer_profiler)
Jens Elofsson955288a2021-04-22 20:57:15 +020020
21# Build arm_profiler
22add_subdirectory(arm_profiler)
Jens Elofssona9817a12021-05-18 11:30:35 +020023
24# Build ethosu_monitor
25add_subdirectory(ethosu_monitor)
Anton Moberg07cf70b2021-07-07 11:08:17 +020026
27# Build ethosu_logging
Jonny Svärd5adf5a62022-02-09 16:42:10 +010028add_subdirectory(ethosu_log)
29
Mikael Olsson578af8f2023-12-11 17:24:49 +010030# Build ethosu_profiler
31add_subdirectory(ethosu_profiler)
32
Jonny Svärd5adf5a62022-02-09 16:42:10 +010033# Build crc lib
34add_subdirectory(crc)