Browse Source

u-boot: verbose build

Waldemar Brodkorb 1 year ago
parent
commit
d354b7cfb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/u-boot/Makefile

+ 1 - 1
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))