mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
coreos-kernel: Make build verbose
To aid in debugging kernel builds set the kernel make variable V=1 to get verbose build output. Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
a1fddee4a6
commit
ddb4e4d068
@ -120,6 +120,7 @@ kmake() {
|
|||||||
KBUILD_OUTPUT="../build" \
|
KBUILD_OUTPUT="../build" \
|
||||||
KCFLAGS="${kernel_cflags}" \
|
KCFLAGS="${kernel_cflags}" \
|
||||||
LDFLAGS="" \
|
LDFLAGS="" \
|
||||||
|
"V=1" \
|
||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user