diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 12:41:09 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 12:41:09 +0200 |
commit | 7f8c04c036ff5d7768ec4b53e0409d666b20d59b (patch) | |
tree | def1dea099e25ebfea8a9deb9df44a6a9af0b87e /Makefile | |
parent | caecdb12209b5be67824a19591fbb3949896972e (diff) |
Makefile: Add missing ${QUIET} statements
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |