summaryrefslogtreecommitdiff
path: root/package/u-boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/u-boot/Makefile')
-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))