summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-23 10:24:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-23 10:24:15 +0100
commitd354b7cfb0566c8eef34285689afc30a6ea5d375 (patch)
treeeec8f30e2e47af7d80b12f64d52901e3e29aa001 /package
parent1b1a502d6db7aaff0ff986337f33a39f0a57e531 (diff)
u-boot: verbose build
Diffstat (limited to 'package')
-rw-r--r--package/u-boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 04c2d2fa9..5047636ea 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -109,7 +109,7 @@ do-configure:
do-build:
(cd $(WRKBUILD) && env \
- V=1 \
+ KBUILD_VERBOSE=1 \
PATH='$(HOST_PATH)' \
CROSS_COMPILE='$(TARGET_CROSS)' \
$(MAKE))