aboutsummaryrefslogtreecommitdiff
path: root/hs20/client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hs20/client/Makefile')
-rw-r--r--hs20/client/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/hs20/client/Makefile b/hs20/client/Makefile
index fc9b6194..67f6f55c 100644
--- a/hs20/client/Makefile
+++ b/hs20/client/Makefile
@@ -8,12 +8,17 @@ ifndef LDO
LDO=$(CC)
endif
+ifeq ($(QUIET), 1)
+Q=@
+E=true
+else
Q=@
E=echo
ifeq ($(V), 1)
Q=
E=true
endif
+endif
ifndef CFLAGS
CFLAGS = -MMD -O2 -Wall -g