Home
last modified time | relevance | path

Searched hist:"78 d3bb4483ba1b206dbaaf209219ed517b01f7da" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile78d3bb4483ba1b206dbaaf209219ed517b01f7da Mon May 30 06:37:20 CDT 2011 Michal Marek <mmarek@suse.cz> kbuild: Fix <linux/version.h> 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 <mmarek@suse.cz>