Skip to content

Commit

Permalink
[nrfconnect] Fix build with Zephyr shell integration (#7639)
Browse files Browse the repository at this point in the history
Files from src/app/server were needlessly linked into
libCHIPZephyrShell static library causing linker errors.
  • Loading branch information
Damian-Nordic authored Jun 15, 2021
1 parent f3b7738 commit 14718be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/nrfconnect/shell/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ static_library("chip-zephyr-shell") {
cflags = [ "-Wconversion" ]

public_deps = [ "${chip_root}/src/app/server" ]

complete_static_lib = true
}

0 comments on commit 14718be

Please sign in to comment.