From f025c4cdebbda5e88ddde787281c403bdf6357ba Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Thu, 28 Apr 2022 14:02:24 +0200 Subject: [PATCH] makefiles/vars.inc.mk: export QUIETER --- makefiles/vars.inc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index 70df740c537a..c0eaf7e614e3 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -4,6 +4,7 @@ FLASH_ADDR ?= 0x0 export Q # Used in front of Makefile lines to suppress the printing of the command if user did not opt-in to see them. export QQ # as Q, but be more quiet export QUIET # The parameter to use whether to show verbose makefile commands or not. +export QUIETER # The parameter to use to hide most makefile output export OS # The operating system of the build host export OS_ARCH # The build host's hardware architecture