Skip to content

Commit

Permalink
[cmake] use OPENTHREAD_PLATFORM_CORE_CONFIG_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed Aug 1, 2023
1 parent 901c70c commit b24b548
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-b91-config.h"
OPENTHREAD_PROJECT_CORE_CONFIG_FILE="openthread-core-b91-config.h"
OPENTHREAD_PLATFORM_CORE_CONFIG_FILE="openthread-core-b91-config.h"
OPENTHREAD_CORE_CONFIG_PLATFORM_CHECK_FILE="openthread-core-b91-config-check.h"
)

Expand Down

0 comments on commit b24b548

Please sign in to comment.