File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -62,23 +62,23 @@ if (CONFIG_NRF70_BM_LIB)
62
62
source /common/nrf70_bm_core.c
63
63
)
64
64
65
- if (CONFIG_NRF70_BM_RADIO_TEST)
66
- target_sources (
67
- nrf70-bm-lib
68
- PRIVATE
69
- source /radio_test/nrf70_bm_lib.c
70
- source /radio_test/nrf70_bm_core.c
71
- )
72
- endif ()
65
+ if (CONFIG_NRF70_BM_RADIO_TEST)
66
+ target_sources (
67
+ nrf70-bm-lib
68
+ PRIVATE
69
+ source /radio_test/nrf70_bm_lib.c
70
+ source /radio_test/nrf70_bm_core.c
71
+ )
72
+ endif ()
73
73
74
- if (CONFIG_NRF70_BM_SCAN_ONLY)
75
- target_sources (
76
- nrf70-bm-lib
77
- PRIVATE
78
- source /system /nrf70_bm_lib.c
79
- source /system /nrf70_bm_core.c
80
- )
81
- endif ()
74
+ if (CONFIG_NRF70_BM_SCAN_ONLY)
75
+ target_sources (
76
+ nrf70-bm-lib
77
+ PRIVATE
78
+ source /system /nrf70_bm_lib.c
79
+ source /system /nrf70_bm_core.c
80
+ )
81
+ endif ()
82
82
83
83
target_link_libraries (nrf70-bm-lib PRIVATE nrf70-zep-shim nrf-wifi-osal)
84
84
endif ()
You can’t perform that action at this time.
0 commit comments