]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HS 2.0: Add QUIET=1 support for building hs20-osu-client
authorJohannes Berg <johannes.berg@intel.com>
Sat, 2 Feb 2019 22:16:05 +0000 (23:16 +0100)
committerJouni Malinen <j@w1.fi>
Tue, 5 Feb 2019 21:51:36 +0000 (23:51 +0200)
Add QUIET=1 support to its Makefile and add the created binary to a
.gitignore file.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
hs20/client/.gitignore [new file with mode: 0644]
hs20/client/Makefile

diff --git a/hs20/client/.gitignore b/hs20/client/.gitignore
new file mode 100644 (file)
index 0000000..d2fd60f
--- /dev/null
@@ -0,0 +1 @@
+hs20-osu-client
index fc9b61940c4f0155f2b7a6f3a3bf3e3a96cbc4c4..67f6f55c5260dbc0f35ec3b3e497afb78c7dba4e 100644 (file)
@@ -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