CMakeLists.txt 270 B

1234567891011
  1. #
  2. # Copyright (c) 2020 Actions Semiconductor
  3. #
  4. # SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Actions
  5. #
  6. zephyr_include_directories(.)
  7. zephyr_sources_ifdef(CONFIG_ACTIONS_PRINTK_DMA cbuf.c printk_dma.c)
  8. zephyr_sources_ifdef(CONFIG_KERNEL_SHOW_STACK show_thread.c)