Skip to content

Commit a952fda

Browse files
kapbhrlubos
authored andcommitted
modules: wfa-qt: Remove CONFIG_ZEPHYR from cmake
CONFIG_ZEPHYR is changed to Zephyr macro __ZEPHYR__ which is already set in zephyr. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 9381628 commit a952fda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/wfa-qt/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ zephyr_library_compile_options(
2121
-Wno-format-overflow
2222
)
2323

24-
zephyr_library_compile_definitions(
25-
CONFIG_ZEPHYR
26-
)
27-
2824
zephyr_library_compile_definitions(CONFIG_CTRL_IFACE_ZEPHYR)
2925

3026
zephyr_include_directories(

0 commit comments

Comments
 (0)