From: Michal Marek Date: Mon, 30 May 2011 11:37:20 +0000 (+0200) Subject: kbuild: Fix for empty SUBLEVEL or PATCHLEVEL X-Git-Tag: v3.0-rc3~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d3bb4483ba1b206dbaaf209219ed517b01f7da;p=pandora-kernel.git kbuild: Fix for empty SUBLEVEL or PATCHLEVEL expr treats all numbers as decimals, so prepending a zero is safe. Note that the KERNEL_VERSION() macro still takes three arguments, 3.0 has to be written as KERNEL_VERSION(3,0,0). Signed-off-by: Michal Marek --- Reading git-diff-tree failed