diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-03-13 12:43:31 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-03-13 12:43:31 +0000 |
commit | b7b22e3c573085a2e86f69df54ab92f6fe4b1645 (patch) | |
tree | ba9ccb447b6890e2715e2e11133f8c30f408b0cf /util/flashrom/Makefile | |
parent | 3182122c3bc8477be048106d85bf331499373e70 (diff) | |
download | coreboot-b7b22e3c573085a2e86f69df54ab92f6fe4b1645.tar.xz |
Drop 82802ab.c as it is identical to sharplhf00l04.c.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3137 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 57c96867d2..424a5c494d 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -22,7 +22,7 @@ endif 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 \ + 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 |