Add support for the Winbond W83697HF/F and W83627EHF/EF/EHG/EG.
[coreboot.git] / util / superiotool / Makefile
index 44d0316e5a4d5da69e416aa01add3fc58096f93f..58cbee9cf174e5f0af7e0f83a260692ed1ca6850 100644 (file)
@@ -28,7 +28,7 @@ PREFIX  = /usr/local
 CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \
          -Werror-implicit-function-declaration -ansi
 
-OBJS = superiotool.o fintek.o ite.o nsc.o smsc.o
+OBJS = superiotool.o fintek.o ite.o nsc.o smsc.o winbond.o
 
 all: $(PROGRAM)