summaryrefslogtreecommitdiff
path: root/util/probe_superio/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-09-01 19:44:36 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-09-01 19:44:36 +0000
commit8c14e45bfd20caf9623693340beb91184d851e08 (patch)
treeae806c516dde68e71db54793d82277507ffb2d74 /util/probe_superio/Makefile
parentbd26392f42e508bf67503b0d44577528a3998bc0 (diff)
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
Diffstat (limited to 'util/probe_superio/Makefile')
-rw-r--r--util/probe_superio/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/probe_superio/Makefile b/util/probe_superio/Makefile
deleted file mode 100644
index fb5075d6b4..0000000000
--- a/util/probe_superio/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-CC:=gcc
-CFLAGS:=-O2 -Wall
-probe_superio: probe_superio.c
- $(CC) $(CFLAGS) -o $@ $<
-clean:
- rm probe_superio