modules: rename S32 to NXP_S32

Rename module from `S32` to `NXP_S32` to avoid ambiguity. All other
files and symbols have been already renamed but this was missing to
update.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-08-06 12:47:40 +07:00 committed by Mahesh Mahadevan
parent 32de41804d
commit 4364ed701e
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
if(CONFIG_HAS_MCUX OR CONFIG_HAS_IMX_HAL OR CONFIG_HAS_S32_HAL)
if(CONFIG_HAS_MCUX OR CONFIG_HAS_IMX_HAL OR CONFIG_HAS_NXP_S32_HAL)
zephyr_library()
endif()
if(CONFIG_HAS_S32_HAL)
if(CONFIG_HAS_NXP_S32_HAL)
add_subdirectory(s32)
else()
add_subdirectory_ifdef(