mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 06:45:58 +00:00
Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
4 lines
118 B
CMake
4 lines
118 B
CMake
zephyr_include_directories(${ZEPHYR_BASE}/drivers)
|
|
zephyr_sources(soc.c)
|
|
zephyr_sources_ifdef(CONFIG_GPIO soc_gpio.c)
|