Skip to content

Commit

Permalink
Remove declaration of chip_build_libshell in mbed config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pan- committed Jun 17, 2021
1 parent 7b23ce6 commit ce226a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/mbed/chip-gn/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import("//${chip_root}/build/chip/tests.gni")
assert(current_os == "mbed")

declare_args() {
chip_build_libshell = false
chip_custom_build_cflags = []
}

Expand All @@ -29,10 +28,6 @@ config("chip_custom_cflags_config") {

group("mbed") {
deps = [ "${chip_root}/src/lib" ]

if (chip_build_libshell) {
deps += [ "${chip_root}/src/lib/shell" ]
}
}

group("default") {
Expand Down

0 comments on commit ce226a3

Please sign in to comment.