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:
6
util/superiotool/Makefile
Normal file
6
util/superiotool/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
CC:=gcc
|
||||
CFLAGS:=-O2 -Wall
|
||||
probe_superio: probe_superio.c
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
clean:
|
||||
rm probe_superio
|
Reference in New Issue
Block a user