nvramtool: 64bit safe CBFS handling
[coreboot.git] / util / mptable / Makefile
1 CC=gcc
2 CFLAGS=-O2 -Wall -Wextra -Wshadow -Wno-sign-compare
3
4 mptable: mptable.c
5         $(CC) $(CFLAGS) -o $@ $<
6
7 clean:
8         rm -f mptable