Added SoC support files for the Cortex M4F core on the TI AM62X SK EVM. Signed-off-by: L Lakshmanan <l-lakshmanan@ti.com>
9 lines
190 B
CMake
9 lines
190 B
CMake
# Copyright (c) 2023 Texas Instruments Incorporated
|
|
# Copyright (c) 2023 L Lakshmanan
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(.)
|
|
|
|
add_subdirectory(${SOC_SERIES})
|