adapted to standard variable name scheme "enable"

This commit is contained in:
Christoph Niethammer 2011-11-30 23:15:37 +00:00
parent a7f63a559d
commit bc516855ff

View file

@ -28,7 +28,7 @@ P=${PACKAGE}-${VERSION}
SRCDIR="$SRC_POOL/nanox/nanox.git"
# enable instrumentation (0|1)
enable_instrumentation=${instrumentation:=0}
enable_instrumentation=${enable_instrumentation:=0}
# build with ayudame support (0|1)
enable_ayudame=${enable_ayudame:=0}
# build with debugging symbols (0|1)