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
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user