1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

Makefile.buildtests: Fix typo QUITE -> QUIET

This commit is contained in:
Joakim Nohlgård 2016-09-11 12:53:51 +02:00
parent 662076e150
commit 0fe461f1e4

View File

@ -288,7 +288,7 @@ endif
info-concurrency:
@echo "$(NPROC)"
info-files: QUITE := 0
info-files: QUIET := 0
info-files:
@( \
echo "$(abspath $(shell echo "$(MAKEFILE_LIST)"))" | tr ' ' '\n'; \