diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2015-12-09 22:13:26 (GMT) |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2015-12-09 22:17:47 (GMT) |
| commit | fe30453892d21ed20014e48f597be2a79ac99d26 (patch) | |
| tree | 0b80e465e136aa11239864c6c8c1e58e8d0221d9 | |
| parent | 1f5c193edd72bd290077acaec813d8168db4dbe6 (diff) | |
hook-functions: Include drivers/nvme in block driver modules
nvme moves to its own directory in Linux 4.4, so include modules
from there.
Closes: #807000
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
| -rw-r--r-- | hook-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions index 6edfd78..93973bb 100644 --- a/hook-functions +++ b/hook-functions @@ -573,6 +573,7 @@ auto_add_modules() ;; block) copy_modules_dir kernel/drivers/block + copy_modules_dir kernel/drivers/nvme ;; ubi) modules="$modules deflate zlib lzo ubi ubifs" |
