From d754d2c6c4970e686d004ea4d39c5e6599abf46f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 18 Sep 2007 23:30:24 +0000 Subject: Make the code a bit more generic (trivial). Different Super I/Os use different config ports. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/Makefile') diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index c416f93a7e..6e86d01352 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -32,7 +32,7 @@ OBJS = superiotool.o fintek.o ite.o nsc.o smsc.o all: $(PROGRAM) -$(PROGRAM): $(OBJS) +$(PROGRAM): $(OBJS) superiotool.h $(CC) $(CFLAGS) -o $(PROGRAM) $(OBJS) install: $(PROGRAM) -- cgit v1.2.3