From 9f222fe700a83bf24298349915f4070f8be9a998 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Tue, 19 Apr 2022 13:37:44 -0400 Subject: [PATCH] fix: Exclude `sof` module to avoid build breakage. --- app/west.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/west.yml b/app/west.yml index 14c494c0..f7e1ae12 100644 --- a/app/west.yml +++ b/app/west.yml @@ -31,5 +31,6 @@ manifest: - openthread - edtt - trusted-firmware-m + - sof self: west-commands: scripts/west-commands.yml