mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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 @@ (define*-public (make-u-boot-package board triplet
|
|||
#:test-target "test"
|
||||
#:make-flags
|
||||
(list "HOSTCC=gcc"
|
||||
"KBUILD_VERBOSE=1"
|
||||
,@(if (not (same-arch?))
|
||||
`((string-append "CROSS_COMPILE=" ,triplet "-"))
|
||||
'()))
|
||||
|
|
Loading…
Reference in a new issue