Skip to content

Commit

Permalink
asf: CMakeLists.txt: Use new family prefix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nandojve authored and tejlmand committed Feb 21, 2024
1 parent aad79bf commit d6221e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit d6221e7

Please sign in to comment.