2020-04-21 17:37:42 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 Linumiz
|
|
|
|
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
|
|
|
|
|
|
|
add_subdirectory(${SOC_SERIES})
|
2024-03-25 01:53:18 +08:00
|
|
|
|
|
|
|
zephyr_compile_definitions($<UPPER_CASE:${CONFIG_SOC}>_${CONFIG_SOC_PART_NUMBER})
|