Skip to content

Commit f64ff43

Browse files
sreeramIfxkartben
authored andcommitted
modules: hal_infineon: wifi-host-driver: Fixes cmake issues
- Fixes errors in the wifi_host_driver CMakeLists.txt (LWB5+) Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
1 parent ef7892d commit f64ff43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hal_infineon/wifi-host-driver/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ if(CONFIG_CYW4373_STERLING_LWB5PLUS AND NOT CONFIG_AIROC_WIFI_CUSTOM)
198198
set(cyw43xx_clm_bin ${hal_blobs_dir}/clm/COMPONENT_4373/COMPONENT_STERLING-LWB5plus/4373A0-mfgtest.clm_blob)
199199
zephyr_library_sources(${hal_wifi_dir_resources}/clm/COMPONENT_4373/COMPONENT_STERLING-LWB5plus/4373A0-mfgtest_clm_blob.c)
200200
else()
201-
set(cyw43xx_clm_bin ${hal_blobs_dir}/clm/COMPONENT_4373/COMPONENT_STERLING-LWB5plus/4373A0.clm_blob)
201+
set(cyw43xx_clm_bin ${hal_blobs_dir}/clm/COMPONENT_4373/4373A0.clm_blob)
202202
zephyr_library_sources(${hal_wifi_dir_resources}/clm/COMPONENT_4373/COMPONENT_STERLING-LWB5plus/4373A0_clm_blob.c)
203203
endif()
204204

205205
# nvram
206-
zephyr_include_directories_ifdef(${hal_wifi_dir_resources}/nvram/COMPONENT_4373/COMPONENT_STERLING-LWB5plus)
206+
zephyr_include_directories(${hal_wifi_dir_resources}/nvram/COMPONENT_4373/COMPONENT_STERLING-LWB5plus)
207207
endif()
208208

209209
# generate FW inc_blob from fw_bin

0 commit comments

Comments
 (0)