aboutsummaryrefslogtreecommitdiff
path: root/net/nut/Makefile
diff options
context:
space:
mode:
authorDaniel F. Dickinson <cshored@thecshore.com>2018-08-27 16:38:29 -0400
committerDaniel F. Dickinson <cshored@thecshore.com>2018-08-29 00:17:23 -0400
commitb72c739e9efaa212215f62a9c5631ffa4d45f4e4 (patch)
treed69e88ec9ad1f43480a75da54a03da70a4053600 /net/nut/Makefile
parent39250c08db84240893178f730ec43598f2d174ad (diff)
nut: Avoid building docs
Reduce compilation time and complexity by not building documentation we don't use. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r--net/nut/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile
index 559a91ff0..78a19eeab 100644
--- a/net/nut/Makefile
+++ b/net/nut/Makefile
@@ -526,6 +526,7 @@ CONFIGURE_ARGS += \
--without-avahi \
--$(if $(CONFIG_NUT_DRIVER_SNMP),with,without)-snmp \
--$(if $(CONFIG_NUT_DRIVER_SERIAL),with,without)-serial \
+ --without-doc \
--without-neon \
--without-powerman \
--without-wrap \