summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla/module.conf
blob: 964ff4d9230390d78840893a904f67b8f1c18d96 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
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"