1if(CONFIG_SOC_ATMEL_SAME70_REVB OR 2 CONFIG_SOC_ATMEL_SAMV71_REVB) 3 zephyr_include_directories(${CONFIG_SOC_SERIES}b) 4else() 5 zephyr_include_directories(${CONFIG_SOC_SERIES}) 6endif() 7