#!/bin/sh
# DF-0677 build: compile the harness as a loadable kernel module.
set -e
# tweak max_state via tunable if desired (default 255)
make 2>&1
echo "BUILD_EXIT=$?"
ls -l slc_oob.ko 2>/dev/null
