From 840b6acd733341f050d60bd906fec2d924c67250 Mon Sep 17 00:00:00 2001 From: Kamil Serwus Date: Sun, 23 Oct 2022 21:50:25 +0200 Subject: [PATCH] sam0: Add revisions to soc includes Some SAM0 contains revisions with separated includes for example SAMC21 and SAMC21N Signed-off-by: Kamil Serwus Co-authored-by: Gerson Fernando Budke --- asf/sam0/include/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asf/sam0/include/CMakeLists.txt b/asf/sam0/include/CMakeLists.txt index d273adb8..77e86df6 100644 --- a/asf/sam0/include/CMakeLists.txt +++ b/asf/sam0/include/CMakeLists.txt @@ -1 +1 @@ -zephyr_include_directories(${CONFIG_SOC_SERIES}) +zephyr_include_directories(${CONFIG_SOC_SERIES}${CONFIG_SOC_SERIES_REVISION})