@@ -27,13 +27,13 @@ target_include_directories(
27
27
${NRF_WIFI_DIR} /fw_if/umac_if/inc/fw
28
28
)
29
29
30
- target_include_directories_ifdef(CONFIG_NRF700X_RADIO_TEST
30
+ target_include_directories_ifdef(CONFIG_NRF70_RADIO_TEST
31
31
nrf-wifi
32
32
PUBLIC
33
33
${NRF_WIFI_DIR} /fw_if/umac_if/inc/radio_test
34
34
)
35
35
36
- target_include_directories_ifndef(CONFIG_NRF700X_RADIO_TEST
36
+ target_include_directories_ifndef(CONFIG_NRF70_RADIO_TEST
37
37
nrf-wifi
38
38
PUBLIC
39
39
${NRF_WIFI_DIR} /fw_if/umac_if/inc/default
@@ -60,7 +60,7 @@ target_sources(
60
60
${NRF_WIFI_DIR} /fw_if/umac_if/src/fmac_api_common.c
61
61
)
62
62
63
- target_sources_ifndef(CONFIG_NRF700X_RADIO_TEST
63
+ target_sources_ifndef(CONFIG_NRF70_RADIO_TEST
64
64
nrf-wifi
65
65
PRIVATE
66
66
${NRF_WIFI_DIR} /fw_if/umac_if/src/rx.c
@@ -69,7 +69,7 @@ target_sources_ifndef(CONFIG_NRF700X_RADIO_TEST
69
69
${NRF_WIFI_DIR} /fw_if/umac_if/src/default/fmac_api.c
70
70
)
71
71
72
- target_sources_ifdef(CONFIG_NRF700X_RADIO_TEST
72
+ target_sources_ifdef(CONFIG_NRF70_RADIO_TEST
73
73
nrf-wifi
74
74
PRIVATE
75
75
${NRF_WIFI_DIR} /fw_if/umac_if/src/radio_test/fmac_api.c
@@ -110,6 +110,12 @@ target_compile_definitions_ifdef(CONFIG_NRF_WIFI_LOW_POWER
110
110
-DCONFIG_NRF_WIFI_LOW_POWER
111
111
)
112
112
113
+ target_compile_definitions_ifdef(CONFIG_NRF70_RADIO_TEST
114
+ nrf-wifi
115
+ PRIVATE
116
+ -DCONFIG_NRF700X_RADIO_TEST
117
+ )
118
+
113
119
target_compile_definitions (
114
120
nrf-wifi
115
121
PRIVATE
0 commit comments