Add detection/dump support for ServerEngines SE-SM 4210-P01.
[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