From 8c14e45bfd20caf9623693340beb91184d851e08 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 1 Sep 2007 19:44:36 +0000 Subject: [PATCH] Move probe_superio into the global util/ directory. Rename it to superiotool while we're at it. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2758 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/{probe_superio => superiotool}/Makefile | 0 util/{probe_superio => superiotool}/probe_superio.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename util/{probe_superio => superiotool}/Makefile (100%) rename util/{probe_superio => superiotool}/probe_superio.c (100%) diff --git a/util/probe_superio/Makefile b/util/superiotool/Makefile similarity index 100% rename from util/probe_superio/Makefile rename to util/superiotool/Makefile diff --git a/util/probe_superio/probe_superio.c b/util/superiotool/probe_superio.c similarity index 100% rename from util/probe_superio/probe_superio.c rename to util/superiotool/probe_superio.c