Move probe_superio into the global util/ directory.
[coreboot.git] / util / superiotool / Makefile
1 CC:=gcc
2 CFLAGS:=-O2 -Wall
3 probe_superio: probe_superio.c
4         $(CC) $(CFLAGS) -o $@ $< 
5 clean:
6         rm probe_superio