dumpmmcr utility is available under util and shares most of the code.
[coreboot.git] / util / dump_mmcr / Makefile
1 dumpmmcr: dumpmmcr.c
2         gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
3         strip -s dumpmmcr
4 clean:
5         rm dumpmmcr