asf: CMakeLists.txt: Use new family prefix

The newer HWMv2 impose a different semantic in the family names. This
update from SOC_FAMILY_SAMx to SOC_FAMILY_ATMEL_SAMx to comply with.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2024-02-12 21:51:38 +01:00 committed by Torsten Tejlmand Rasmussen
parent aad79bf530
commit d6221e73d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
add_subdirectory(common)
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SAM sam)
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SAM0 sam0)
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_ATMEL_SAM sam)
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_ATMEL_SAM0 sam0)