mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: make-linux-libre: Install "Module.symvers".
* gnu/packages/linux.scm (make-linux-libre): Install "Module.symvers".
This commit is contained in:
parent
6a8c4b9e11
commit
d0a39b928c
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ (define* (make-linux-libre version hash supported-systems
|
|||
(kmod (assoc-ref (or native-inputs inputs) "kmod")))
|
||||
;; Install kernel image, kernel configuration and link map.
|
||||
(for-each (lambda (file) (install-file file out))
|
||||
(find-files "." "^(\\.config|bzImage|zImage|Image|vmlinuz|System\\.map)$"))
|
||||
(find-files "." "^(\\.config|bzImage|zImage|Image|vmlinuz|System\\.map|Module\\.symvers)$"))
|
||||
;; Install device tree files
|
||||
(unless (null? (find-files "." "\\.dtb$"))
|
||||
(mkdir-p dtbdir)
|
||||
|
|
Loading…
Reference in a new issue