CMakeLists.txt 217 B

12345678
  1. #
  2. # Copyright (c) 2020 Actions Semiconductor
  3. #
  4. # SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Actions
  5. #
  6. zephyr_sources_ifdef(CONFIG_SD_FS sdfs.c)
  7. zephyr_sources_ifdef(CONFIG_SD_FS_NAND_SD_STORAGE sdfs_nand_sd.c)