Updated `README.md` with instructions for building/using the kernel module.
[xeon-phi-kernel-module] / mic.modules
#!/bin/sh
if [ ! -d /sys/class/mic ]; then
exec /sbin/modprobe mic >/dev/null 2>&1
fi