Skip to content

Commit 68575aa

Browse files
fabiobaltiericarlescufi
authored andcommitted
CMakeLists: use MEC15XX for the series option
Rename the SoC series option to MEC15XX to align with the new hwmv2 config name, drop the 1701x option which had no references anyway. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 5d079f1 commit 68575aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mec/CMakeLists.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1701X .)
8-
9-
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1501X common)
10-
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC1501X mec1501)
7+
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC15XX common)
8+
zephyr_include_directories_ifdef(CONFIG_SOC_SERIES_MEC15XX mec1501)

0 commit comments

Comments
 (0)