Revision 21b3d1d792af367854e61ee05dd9b2c931b60fed authored by Matthew Wilcox on 18 November 2005, 21:20:10 UTC, committed by Kyle McMartin on 18 November 2005, 21:20:10 UTC
These drivers do not compile on big endian systems, and parisc
is big endian. Also mark some as broken on m68k as well.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
1 parent 41df894
Raw File
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top