diff --git a/src/lib/shell/BUILD.gn b/src/lib/shell/BUILD.gn index 25a6d7c9a5ad99..8a9f6233a476f6 100644 --- a/src/lib/shell/BUILD.gn +++ b/src/lib/shell/BUILD.gn @@ -21,14 +21,14 @@ import("${chip_root}/src/platform/device.gni") source_set("shell_core") { sources = [ "Command.h", - "Commands.h", "CommandSet.cpp", "CommandSet.h", + "Commands.h", "Engine.cpp", "Engine.h", + "SubShellCommand.h", "streamer.cpp", "streamer.h", - "SubShellCommand.h" ] public_deps = [