configure update

This commit is contained in:
Blaise Tine 2024-09-17 06:45:22 -07:00
parent 50458bbae0
commit 8135f72cc9

2
configure vendored
View file

@ -166,7 +166,7 @@ if [ "$OSVERSION" == "unsupported" ]; then
fi
# project subdirectories to build
SUBDIRS=("." "!ci" "!perf" "hw*" "!hw/syn*" "kernel*" "runtime*" "sim*" "tests*")
SUBDIRS=("." "!ci" "!perf" "hw*" "kernel*" "runtime*" "sim*" "tests*")
# Get the directory of the script
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"