Make the code a bit more generic (trivial). Different Super I/Os
[coreboot.git] / util / superiotool / Makefile
index c416f93a7e6d66c2f9fa048bec4846a524a3997f..6e86d01352346445a311b775dca28de0e61563c6 100644 (file)
@@ -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)