diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-18 23:30:24 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-18 23:30:24 +0000 |
commit | d754d2c6c4970e686d004ea4d39c5e6599abf46f (patch) | |
tree | bcc0de9ddd23ce1f2417b677ee33e007229bfce8 /util/superiotool/Makefile | |
parent | 6ff6af762158147b3c47bd1701a389622bd043a5 (diff) |
Make the code a bit more generic (trivial). Different Super I/Os
use different config ports.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/Makefile')
-rw-r--r-- | util/superiotool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |