Fix PNO restart flow
[mech_eap.git] / wlantest / Makefile
index 0ccd615..320fdbb 100644 (file)
@@ -32,6 +32,10 @@ ifeq ($(V), 1)
 Q=
 E=true
 endif
+ifeq ($(QUIET), 1)
+Q=@
+E=true
+endif
 
 %.o: %.c
        $(Q)$(CC) -c -o $@ $(CFLAGS) $<