Skip to content

Commit d6221e7

Browse files
nandojvetejlmand
authored andcommitted
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 <[email protected]>
1 parent aad79bf commit d6221e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asf/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
add_subdirectory(common)
2-
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SAM sam)
3-
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SAM0 sam0)
2+
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_ATMEL_SAM sam)
3+
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_ATMEL_SAM0 sam0)

0 commit comments

Comments
 (0)