diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-22 22:12:21 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-02-22 22:12:21 +0000 |
commit | 394e7c416bb1e431005fe1cbfd62b4366896c27b (patch) | |
tree | 0ac66a073c61f19dd5e41a871a375bcac7856368 /util/probe_superio/Makefile | |
parent | 7db27ee6483f6b31023030a77fe37bc4c1842ac8 (diff) |
added new superio. added new simple util.
modified dell 1850
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2178 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 |