me
/
guix
Archived
1
0
Fork 0

gnu: make-u-boot-package: Build verbosily.

* gnu/packages/bootloaders.scm (make-u-boot-package)
[arguments] <make-flags>: Add KBUILD_VERBOSE=1.
Maxim Cournoyer 2022-12-13 13:53:47 -05:00
parent 8125c22ea2
commit 1b6e251ed1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions
gnu/packages

View File

@ -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 "-"))
'()))