summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTURBO J <turboj@gmx.de>2009-09-02 23:00:46 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-09-02 23:00:46 +0000
commit19331377a293c31464a7b2a396c5191cec3a2fd4 (patch)
tree6329f60d35e478942631b8f210b288e67dd96926 /Makefile
parentdf706a930a3f6e86d324e290a49ab2412f97f434 (diff)
downloadflashrom-19331377a293c31464a7b2a396c5191cec3a2fd4.zip
flashrom-19331377a293c31464a7b2a396c5191cec3a2fd4.tar.gz
Add support for parallel flash on Dr
Kaiser PC-Waechter PCI devices. The vendor sold different designs under that name, the patch works with the one that has an Actel FPGA as PCI-to-Flash bridge. The Flash chip is a "Macronix MX29F001B" (128 KB, parallel) soldered directly to the PCB. Flash operations (PROBE, READ, ERASE, WRITE) work as expected. Corresponding to flashrom svn r712. Signed-off-by: TURBO J <turboj@gmx.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 881c8f2..17d1cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \
ichspi.o w39v040c.o sb600spi.o wbsio_spi.o m29f002.o internal.o \
dummyflasher.o pcidev.o nic3com.o satasii.o ft2232_spi.o \
- print.o
+ print.o drkaiser.o
all: pciutils features dep $(PROGRAM)
OpenPOWER on IntegriCloud