coreboot-kgpe-d16/util/dump_mmcr/Makefile
Stefan Reinauer 76ce5deb54 dump mmcr registers on Elan sc520
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2202 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2006-03-16 00:52:58 +00:00

5 lines
105 B
Makefile

dumpmmcr: dumpmmcr.c
gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
strip -s dumpmmcr
clean:
rm dumpmmcr