summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYinghai Lu <yinghai.lu@amd.com>2007-01-22 20:21:17 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-01-22 20:21:17 +0000
commitca782973745545ab978fdfcabe9fa9efcc6c4db3 (patch)
treeed5db734462798ef86522fe09fe36fd10389d12b /Makefile
parent424b7cf57fb6b54498dfee9632d3e060eec63fd6 (diff)
downloadast2050-flashrom-ca782973745545ab978fdfcabe9fa9efcc6c4db3.zip
ast2050-flashrom-ca782973745545ab978fdfcabe9fa9efcc6c4db3.tar.gz
Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C
Also add suport for NVIDIA MCP55. Corresponding to flashrom svn r85 and coreboot v2 svn r2537. 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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 360952d..debbe9b 100644
--- a/Makefile
+++ b/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)
OpenPOWER on IntegriCloud