diff options
Diffstat (limited to 'util/probe_superio/Makefile')
-rw-r--r-- | util/probe_superio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/probe_superio/Makefile b/util/probe_superio/Makefile new file mode 100644 index 0000000000..37b13b1ba9 --- /dev/null +++ b/util/probe_superio/Makefile @@ -0,0 +1,2 @@ +probe_superio: probe_superio.c + cc -O2 -o probe_superio probe_superio.c |