diff options
author | Ulf Jordan <jordan@chalmers.se> | 2007-10-13 18:06:12 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-13 18:06:12 +0000 |
commit | 39a5bf74efd9c18b55d6c9354982807e3da37e97 (patch) | |
tree | 90ab3000d3f98ce21795f2d8e69f7a8a1627951f /util/superiotool/superiotool.h | |
parent | 45c1556df90b78cf6ac117ca75631a64747843a1 (diff) |
Set the superiotool version number from svn at build time.
Signed-off-by: Ulf Jordan <jordan@chalmers.se>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2852 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r-- | util/superiotool/superiotool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 9ba514306f..58243466f2 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -29,8 +29,6 @@ #include <getopt.h> #include <sys/io.h> -#define SUPERIOTOOL_VERSION "$Rev$" - #define USAGE "Usage: superiotool [-d] [-D] [-V] [-v] [-h]\n\n\ -d | --dump Dump Super I/O registers\n\ -D | --dump-readable Dump Super I/O registers in human-readable format\n\ |