1# Copyright (c) 2023 Intel Corporation Inc.
2#
3# SPDX-License-Identifier: Apache-2.0
4#
5
6if(CONFIG_DMA_SEDI)
7  target_sources(app PRIVATE dma/test_dma_m2m.c)
8endif()
9
10if(CONFIG_I2C_SEDI)
11  target_sources(app PRIVATE i2c/test_i2c_log.c)
12endif()
13
14if(CONFIG_GPIO_SEDI)
15  target_sources(app PRIVATE gpio/test_gpio.c)
16endif()
17
18target_sources(app PRIVATE x86/test_fatal.c)
19target_sources(app PRIVATE timer/test_sys_clock.c)
20