CMakeLists.txt 190 B

123456789101112
  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(
  8. anc_hal.c
  9. anc_driver_shell.c
  10. )