exynos: Fix the name of the chip_operations structures.
[coreboot.git] / util / dumpmmcr / Makefile
blob161a3616e4c24da1bfea856c131aacb5faa7cf9e
1 dumpmmcr: dumpmmcr.c
2 gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
3 strip -s dumpmmcr
4 clean:
5 rm dumpmmcr