Commit 9d0ac54b authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Really stick with verbose output by default

If KBUILD_VERBOSE is not set in the environment, have it default
to 1 (i.e. on)
parent 78e9d59f
......@@ -44,7 +44,9 @@ all: vmlinux
# Print entire command lines instead of short version
# For now, leave the default
#KBUILD_VERBOSE := 1
ifndef KBUILD_VERBOSE
KBUILD_VERBOSE = 1
endif
# Decide whether to build built-in, modular, or both
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment