hal_nxp/s32/CMakeLists.txt

8 lines
212 B
CMake

# Copyright 2022 NXP
# Set the SoC specific drivers and configuration to build
message(FATAL_ERROR "SoC ${CONFIG_SOC} not supported")
add_subdirectory(drivers/${DRIVERS_BASE})
add_subdirectory(soc/${SOC_BASE})