Skip to content

Commit

Permalink
Add missing mbedtls include.
Browse files Browse the repository at this point in the history
Signed-off-by: James Goppert <[email protected]>
  • Loading branch information
jgoppert committed Dec 4, 2023
1 parent 41e5913 commit 2ce1e01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions port/platform/zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ if (CONFIG_UBXLIB_TEST)
endif()
endif()

if (EXISTS "${ZEPHYR_BASE}/../modules/crypto/mbedtls/include")
zephyr_include_directories(
${ZEPHYR_BASE}/../modules/crypto/mbedtls/include)
endif()

if (CONFIG_MINIMAL_LIBC)
target_sources(ubxlib PRIVATE
${UBXLIB_BASE}/port/clib/u_port_clib_isblank.c
Expand Down

0 comments on commit 2ce1e01

Please sign in to comment.