1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4
5zephyr_library_sources_ifdef(CONFIG_FPGA_SHELL  fpga_shell.c)
6
7zephyr_library_sources_ifdef(CONFIG_EOS_S3_FPGA fpga_eos_s3.c)
8zephyr_library_sources_ifdef(CONFIG_ICE40_FPGA  fpga_ice40.c)
9zephyr_library_sources_ifdef(CONFIG_ZYNQMP_FPGA fpga_zynqmp.c)
10