Skip to content

Commit

Permalink
[cmake] use OPENTHREAD_PLATFORM_CORE_CONFIG_FILE (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui authored Aug 1, 2023
1 parent 212e502 commit 0dffda6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
add_subdirectory(openthread)

target_compile_definitions(ot-config INTERFACE
OPENTHREAD_CONFIG_FILE="openthread-core-kw41z-config.h"
OPENTHREAD_PROJECT_CORE_CONFIG_FILE="openthread-core-kw41z-config.h"
OPENTHREAD_PLATFORM_CORE_CONFIG_FILE="openthread-core-kw41z-config.h"
OPENTHREAD_CORE_CONFIG_PLATFORM_CHECK_FILE="openthread-core-kw41z-config-check.h"
)

Expand Down

0 comments on commit 0dffda6

Please sign in to comment.