diff options
author | Yinghai Lu <yinghai.lu@amd.com> | 2007-01-22 20:21:17 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-01-22 20:21:17 +0000 |
commit | 298f89850d009b2e7caf9739814f0aa16a143d13 (patch) | |
tree | cb5bada7507f3913f44149da8b863ae69217e9d8 /util/flashrom/Makefile | |
parent | 6a5bc46579719205967ba3acbeea765a6a4c2356 (diff) | |
download | coreboot-298f89850d009b2e7caf9739814f0aa16a143d13.tar.xz |
Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom.
Also add suport for NVIDIA MCP55.
Signed-off-by: Yinghai Lu <yinghai.lu@amd.com>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/Makefile')
-rw-r--r-- | util/flashrom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index 360952d3b4..debbe9bcde 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -17,7 +17,8 @@ LDFLAGS = -lpci -lz -static OBJS = flash_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 sst_fwhub.o layout.o lbtable.o flashchips.o flash_rom.o sharplhf00l04.o + sst49lf040.o sst49lfxxxc.o sst_fwhub.o layout.o lbtable.o \ + flashchips.o flash_rom.o sharplhf00l04.o all: pciutils dep $(PROGRAM) |