From 6387324239019ef62b902747a17c8b30b0266137 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Wed, 23 Oct 2024 17:20:03 -0400 Subject: [PATCH] Add comment --- src/lib/shell/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/shell/BUILD.gn b/src/lib/shell/BUILD.gn index 785561bce02859..4f346dc7f9acc7 100644 --- a/src/lib/shell/BUILD.gn +++ b/src/lib/shell/BUILD.gn @@ -59,6 +59,7 @@ static_library("shell") { chip_device_platform == "SiWx917") { sources += [ # Temporary workaround to prevent a circular dependecy while restructuring the silabs shell files + # Due to some odd dependency issue, we need the source file and the include_dir for the build to pass. "${chip_root}/examples/platform/silabs/shell/MatterShell.h", "MainLoopSilabs.cpp", "streamer_silabs.cpp",