summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-06-14 21:53:26 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-06-14 21:53:26 +0000
commitf983d9ffeab2f2b39244271faa1d64820b3175fa (patch)
treeca64984906c95037c90a8406066868fd2455e32c /Makefile
parent38a059d6ef1ebb7145a04825fec0ebef1d8a66a7 (diff)
downloadflashrom-f983d9ffeab2f2b39244271faa1d64820b3175fa.tar.gz
flashrom-f983d9ffeab2f2b39244271faa1d64820b3175fa.tar.bz2
flashrom-f983d9ffeab2f2b39244271faa1d64820b3175fa.zip
Add support for the PMC Pm29F002T/B chips
I sucessfully tested all operations on a Pm29F002T chip. The Pm29F002B is untested but I assume it should also work. Corresponding to flashrom svn r590. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 567c42c8f..54d662d3c 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ endif
LIBS += -lpci -lz
OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
- sst28sf040.o am29f040b.o mx29f002.o m29f400bt.o \
+ sst28sf040.o am29f040b.o mx29f002.o m29f400bt.o pm29f002.c \
w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o en29f002a.o \
sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o physmap.o \
flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \