From 44eb85bb2089c0d83cbaf621bdaed7b1fe895684 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 31 Jul 2012 09:27:18 +0200 Subject: [PATCH] accept 'verbose' too Change-Id: Icd5683ec2609e401e2e04021df5065986875c77c --- Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.top b/Makefile.top index 4aaf83236b04..62715ded83f3 100644 --- a/Makefile.top +++ b/Makefile.top @@ -18,7 +18,7 @@ endif include $(SRCDIR)/config_$(gb_Side).mk ifeq ($(GMAKE_OPTIONS),) -ifeq ($(VERBOSE),) +ifeq ($(verbose)$(VERBOSE),) export GMAKE_OPTIONS:=-rs else export GMAKE_OPTIONS:=-r