1# SPDX-License-Identifier: Apache-2.0 2# 3# Copyright (c) 2020 Linumiz 4# Author: Parthiban Nallathambi <parthiban@linumiz.com> 5 6zephyr_compile_definitions(${CONFIG_SOC}_${CONFIG_SOC_PART_NUMBER}) 7zephyr_include_directories(devices/${CONFIG_SOC}/Include) 8zephyr_library_sources(devices/${CONFIG_SOC}/Source/system_${CONFIG_SOC}.c) 9add_subdirectory(drivers) 10