dump mmcr registers on Elan sc520
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2202 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
5
util/dump_mmcr/Makefile
Normal file
5
util/dump_mmcr/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