Add another port to find ite8510 on.
[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