#!/bin/sh
# DF-2936 build: compile boom.ko inside the guest (as root)
set -e
cd /tmp/df2936
rm -f boom.ko boom.kld boom.o
make clean >/dev/null 2>&1 || true
make 2>&1
ls -l boom.ko
