summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla/module.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/kernel-vanilla/module.conf')
-rw-r--r--core/modules/kernel-vanilla/module.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/kernel-vanilla/module.conf b/core/modules/kernel-vanilla/module.conf
index 6adb2f4c..964ff4d9 100644
--- a/core/modules/kernel-vanilla/module.conf
+++ b/core/modules/kernel-vanilla/module.conf
@@ -1,6 +1,8 @@
#!/bin/bash
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
-REQUIRED_DIRECTORIES=""
+REQUIRED_DIRECTORIES="
+ /lib/firmware/intel/sof-*
+"
REQUIRED_KERNEL="${CONFIG_KERNEL_VERSION:-"5.10.75"}"
REQUIRED_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"