summaryrefslogtreecommitdiff
path: root/util/flashrom/Makefile
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-01-26 03:08:45 +0000
committerPeter Stuge <peter@stuge.se>2009-01-26 03:08:45 +0000
commit36b3932f994bce7cb38d1b3bec9e25f6a346294b (patch)
tree592853b6f97b7906f4d1c1ad0c2bf8438bef29c6 /util/flashrom/Makefile
parent8991302f5450fd1a02eb107a6a0fc491cc437c8c (diff)
downloadcoreboot-36b3932f994bce7cb38d1b3bec9e25f6a346294b.tar.xz
flashrom: Winbond SuperIO SPI driver.
Developed and tested to work on Intel D201GLY in July 2008. Tested by a helpful person on IRC whose name I've since forgotten. Sorry! Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3910 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/Makefile')
-rw-r--r--util/flashrom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile
index 86f91d4a34..4388b53f40 100644
--- a/util/flashrom/Makefile
+++ b/util/flashrom/Makefile
@@ -34,7 +34,7 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o en29f002a.o \
sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o physmap.o \
flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \
- ichspi.o w39v040c.o sb600spi.o
+ ichspi.o w39v040c.o sb600spi.o wbsio_spi.o
all: pciutils dep $(PROGRAM)