zephyr/ext/hal/nordic/CMakeLists.txt

14 lines
243 B
CMake

if(CONFIG_HAS_NORDIC_MDK)
zephyr_include_directories(mdk)
endif()
if(CONFIG_HAS_NORDIC_HAL)
zephyr_include_directories(hal)
endif()
if(CONFIG_HAS_NORDIC_DRIVERS)
zephyr_include_directories(drivers)
add_subdirectory(drivers)
endif()