From ac378972597a575b3c07e5e8e061ac179359ba9f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 17 Mar 2008 22:59:40 +0000 Subject: Support for the Winbond W39V080FA series of chips Support for flashing on the Kontron 986LCD-M board. Corresponding to flashrom svn r213 and coreboot v2 svn r3165. Signed-off-by: Stefan Reinauer Acked-by: Carl-Daniel Hailfinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57c9686..2258360 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o sst28sf040.o \ am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o w49f002u.o \ 82802ab.o msys_doc.o pm49fl004.o sst49lf040.o sst49lfxxxc.o \ sst_fwhub.o layout.o cbtable.o flashchips.o flashrom.o \ - sharplhf00l04.o w29ee011.o spi.o + w39v080fa.o sharplhf00l04.o w29ee011.o spi.o all: pciutils dep $(PROGRAM) -- cgit v1.1