#!/bin/bash
#
rm -fr output.log
make -j4 CONFIG_DEBUG_INFO=1 -C /lib/modules/`uname -r`/build M=`pwd` 2>&1 | tee output.log

#sparse
#make C=2 CONFIG_DEBUG_INFO=1 -C /lib/modules/`uname -r`/build M=`pwd`
