aboutsummaryrefslogtreecommitdiff
path: root/comms/owfs/Makefile.options
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-11-07 17:52:36 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-11-07 17:52:36 +0000
commit71f698193d041d69b0c9865155bf38f9917d686d (patch)
tree881d09c9db6ff8fe99fb2040784f686ff57d577c /comms/owfs/Makefile.options
parent3a91e20027246e052e675409d71fdba54889c781 (diff)
downloadports-71f698193d041d69b0c9865155bf38f9917d686d.tar.gz
ports-71f698193d041d69b0c9865155bf38f9917d686d.zip
Notes
Diffstat (limited to 'comms/owfs/Makefile.options')
-rw-r--r--comms/owfs/Makefile.options5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/owfs/Makefile.options b/comms/owfs/Makefile.options
index 0ef37c9ad286..1a005451f098 100644
--- a/comms/owfs/Makefile.options
+++ b/comms/owfs/Makefile.options
@@ -1,6 +1,8 @@
# $FreeBSD$
-OPTIONS_DEFINE = OWDEBUG \
+OPTIONS_DEFINE = \
+ OWDEBUG \
+ OWMUTEXDEBUG \
OWSHELL \
OWNET \
I2C \
@@ -27,6 +29,7 @@ OPTIONS_DEFINE = OWDEBUG \
OWDEBUG_DESC= Enable debug output
+OWMUTEXDEBUG_DESC= Enable mutex debug
OWSHELL_DESC= Enable CLI utils
OWNET_DESC= Enable network communication
I2C_DESC= Enable i2c (DS2482-x00) support (UNTESTED)