Skip to content

Commit ad531e7

Browse files
danieldegrassemmahadevan108
authored andcommitted
zephyr: src: don't include attached WiFi sources for RW61x
Don't include attached WiFi sources for RW61x, as these aren't needed Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent e8f6f6d commit ad531e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zephyr/src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
add_subdirectory_ifdef(CONFIG_SOC_SERIES_RW6XX rw61x)
2-
3-
if (CONFIG_NXP_MONOLITHIC_WIFI OR CONFIG_BT_H4_NXP_CTLR)
1+
if (CONFIG_SOC_SERIES_RW6XX)
2+
add_subdirectory(rw61x)
3+
elseif (CONFIG_NXP_MONOLITHIC_WIFI OR CONFIG_BT_H4_NXP_CTLR)
44
add_subdirectory(wireless)
55
endif()

0 commit comments

Comments
 (0)