summaryrefslogtreecommitdiff
path: root/util/probe_superio/Makefile
diff options
context:
space:
mode:
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