coreboot-kgpe-d16/util/dumpmmcr/Makefile
Stefan Reinauer 64b26009a1 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
2010-09-26 15:15:48 +00:00

5 lines
105 B
Makefile

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