Move probe_superio into the global util/ directory.

Rename it to superiotool while we're at it.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2758 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-09-01 19:44:36 +00:00
parent bd26392f42
commit 8c14e45bfd
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
CC:=gcc
CFLAGS:=-O2 -Wall
probe_superio: probe_superio.c
$(CC) $(CFLAGS) -o $@ $<
clean:
rm probe_superio