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:
committed by
Stefan Reinauer
parent
48323b5873
commit
64b26009a1
5
util/dumpmmcr/Makefile
Normal file
5
util/dumpmmcr/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
dumpmmcr: dumpmmcr.c
|
||||
gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
|
||||
strip -s dumpmmcr
|
||||
clean:
|
||||
rm dumpmmcr
|
Reference in New Issue
Block a user