gnu: make-u-boot-package: Build verbosily.
* gnu/packages/bootloaders.scm (make-u-boot-package) [arguments] <make-flags>: Add KBUILD_VERBOSE=1.
This commit is contained in:
		
							parent
							
								
									8125c22ea2
								
							
						
					
					
						commit
						1b6e251ed1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -817,6 +817,7 @@ appended to the package description." | |||
|          #:test-target "test" | ||||
|          #:make-flags | ||||
|          (list "HOSTCC=gcc" | ||||
|                "KBUILD_VERBOSE=1" | ||||
|                ,@(if (not (same-arch?)) | ||||
|                      `((string-append "CROSS_COMPILE=" ,triplet "-")) | ||||
|                      '())) | ||||
|  |  | |||
		Reference in a new issue