# Place linux sources alredy configured in a subdirectory of ..
ARCH=$HEADERS_ARCH make $NUMJOBS -C ../linux M=`pwd` clean
ARCH=$HEADERS_ARCH make $NUMJOBS -C ../linux M=`pwd` modules
ARCH=$HEADERS_ARCH make $NUMJOBS -C ../linux M=`pwd` modules_install
