From 7f8c04c036ff5d7768ec4b53e0409d666b20d59b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 10 Sep 2020 12:41:09 +0200 Subject: Makefile: Add missing ${QUIET} statements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6f09eee..d4471fb 100644 --- a/Makefile +++ b/Makefile @@ -344,7 +344,7 @@ randconfig: Kconfig ${QUIET}script/randconfig clean: arch_clean - rm -f build/system.elf + ${QUIET}rm -f build/system.elf help: arch_help @echo -- cgit v1.2.3