diff options
author | Markus Boas <ryven@ryven.de> | 2007-08-30 10:17:50 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-08-30 10:17:50 +0000 |
commit | 736c1d8618e450b96c99c9ca8020134f65b581c8 (patch) | |
tree | 54e17e44544968fab122a2f5d4e8c61e0ec800b4 /util/flashrom/Makefile | |
parent | 3b78de6887bc7c3ba0210365e42af071202000a4 (diff) | |
download | coreboot-736c1d8618e450b96c99c9ca8020134f65b581c8.tar.xz |
Add support for the Winbond W29EE011.
Signed-off-by: Markus Boas <ryven@ryven.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2753 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/Makefile')
-rw-r--r-- | util/flashrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index fbae239799..c6d810842c 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/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 lbtable.o flashchips.o flashrom.o \ - sharplhf00l04.o + sharplhf00l04.o w29ee011.o all: pciutils dep $(PROGRAM) |