#!/bin/sh
set -e
cd "$(dirname "$0")"
make 2>&1
echo "BUILD_EXIT=$?"
ls -l ng_o2m_df.ko 2>/dev/null
