diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-09-26 15:15:48 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-26 15:15:48 +0000 |
commit | 64b26009a1303dab9da4d118c19c22f3992830be (patch) | |
tree | 95ae4f44d2ff115d7885a226de0fa8ef9e77b7c2 /util/dumpmmcr/Makefile | |
parent | 48323b5873fe13326ff297fd07c6053e7d006bd5 (diff) |
the utility is called dumpmmcr, not dump_mmcr
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5852 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/dumpmmcr/Makefile')
-rw-r--r-- | util/dumpmmcr/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/dumpmmcr/Makefile b/util/dumpmmcr/Makefile new file mode 100644 index 0000000000..161a3616e4 --- /dev/null +++ b/util/dumpmmcr/Makefile @@ -0,0 +1,5 @@ +dumpmmcr: dumpmmcr.c + gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c + strip -s dumpmmcr +clean: + rm dumpmmcr |