hostapd: support verbose build using V=sc
[openwrt/staging/mkresin.git] / package / network / services / hostapd / Makefile
index 05a35d3751aab46a1fffbfc8e31b315bed828882..e0e55ab99e4c7a40a43bdee3f3a11146e1407aec 100644 (file)
@@ -524,6 +524,7 @@ define Build/RunMake
                LIBS_c="$(TARGET_LDFLAGS_C)" \
                AR="$(TARGET_CROSS)gcc-ar" \
                BCHECK= \
+               $(if $(findstring s,$(OPENWRT_VERBOSE)),V=1) \
                $(2)
 endef