1# Copyright (c) 2021, Commonwealth Scientific and Industrial Research
2# Organisation (CSIRO) ABN 41 687 119 230.
3# SPDX-License-Identifier: Apache-2.0
4
5zephyr_library()
6
7zephyr_library_sources(
8  arm_avgpool_s8.c
9  arm_max_pool_s8.c
10)
11