Commit 89464a96 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Makefile: be more quiet when make -s is used



Somehow got lost in the recent reorganisation.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 72a119c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -202,6 +202,9 @@ BASE_TARGETS:=uclibc
endif
TARGETS:=

# silent mode requested?
QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q)

# Strip off the annoying quoting
ARCH:=$(call qstrip,$(BR2_ARCH))
ifeq ($(ARCH),xtensa)