From: Mike Frysinger Date: Sat, 10 Nov 2007 14:32:20 +0000 (-0500) Subject: kbuild: fixup genksyms usage/getopt X-Git-Tag: v2.6.25-rc1~1164^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36091fd348e79ab703b0766420c0b06ff7662d2d;p=pandora-kernel.git kbuild: fixup genksyms usage/getopt The usage does not mention the "-a,--arch" or "-T,--dump-types" options, so add them. The calls to getopt() seem to mention options that no longer exist (some "k" and "p" thingy) but omits the "h" option which means using '-h' actually triggers the error code path, so update those as well. Signed-off-by: Mike Frysinger Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed