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
This commit is contained in:
Stefan Reinauer
2010-09-26 15:15:48 +00:00
committed by Stefan Reinauer
parent 48323b5873
commit 64b26009a1
2 changed files with 0 additions and 0 deletions

5
util/dumpmmcr/Makefile Normal file
View File

@@ -0,0 +1,5 @@
dumpmmcr: dumpmmcr.c
gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
strip -s dumpmmcr
clean:
rm dumpmmcr