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 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
 | 
				
			||||||
                    (kmod   (assoc-ref (or native-inputs inputs) "kmod")))
 | 
					                    (kmod   (assoc-ref (or native-inputs inputs) "kmod")))
 | 
				
			||||||
               ;; Install kernel image, kernel configuration and link map.
 | 
					               ;; Install kernel image, kernel configuration and link map.
 | 
				
			||||||
               (for-each (lambda (file) (install-file file out))
 | 
					               (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
 | 
					               ;; Install device tree files
 | 
				
			||||||
               (unless (null? (find-files "." "\\.dtb$"))
 | 
					               (unless (null? (find-files "." "\\.dtb$"))
 | 
				
			||||||
                 (mkdir-p dtbdir)
 | 
					                 (mkdir-p dtbdir)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue