set default verbosity to 0

SVN-Revision: 4066
This commit is contained in:
Mike Baker 2006-06-23 22:20:05 +00:00
parent 3460c78ea1
commit 53349e67e3

View file

@ -3,7 +3,7 @@
ifndef KBUILD_VERBOSE
ifeq ($(DUMP),)
KBUILD_VERBOSE=1
KBUILD_VERBOSE=0
else
KBUILD_VERBOSE=99
endif