git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cacd54e
)
kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL
author
Michal Marek
<mmarek@suse.cz>
Mon, 30 May 2011 11:37:20 +0000
(13:37 +0200)
committer
Michal Marek
<mmarek@suse.cz>
Thu, 9 Jun 2011 21:05:54 +0000
(23:05 +0200)
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>
Makefile
patch
|
blob
|
history
diff --cc
Makefile
Simple merge