Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix nordic Metadata mode (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanmr94 authored Nov 1, 2019
1 parent 19a518d commit e74693a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vendors/nordic/boards/nrf52840-dk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,10 @@ if(AFR_ENABLE_DEMOS OR AFR_ENABLE_TESTS)
"${AFR_COMPILER_DIR}/../../../lib/libvfscanf_v7em_fpv4_sp_d16_hard_t_le_eabi.o"
)

if(AFR_METADATA_MODE)
return()
endif()

# -------------------------------------------------------------------------------------------------
# Additional build configurations
# -------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit e74693a

Please sign in to comment.