diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-14 01:24:39 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-14 01:24:39 +0000 |
commit | c843636c88a4bce6557507026a63f1693354ee1e (patch) | |
tree | ed67f122b1cc393af4de59d23edc1624c6d6f138 | |
parent | 4b0a41b5ca0301772d655841718db41565a7450a (diff) |
Fix broken flashrom build.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3142 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-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 424a5c494d..57c96867d2 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 \ - msys_doc.o pm49fl004.o sst49lf040.o sst49lfxxxc.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 |