. $GRIMOIRE/FUNCTIONS
if spell_ok linux; then
   config_query_option KERMOD_OPTS     \
        "Build the kernel module ?" n \
        "--with-kmodule=${INSTALL_ROOT}/lib/modules/$(get_kernel_version)/build" "--without-kmodule"
fi
