summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2009-05-17 19:39:27 +0000
committerRudolf Marek <r.marek@assembler.cz>2009-05-17 19:39:27 +0000
commitd71ff0d6edda81161a0a6a089020a5aee4cfe106 (patch)
tree6c429d105f1c3a0901af2770065c1ed0e9f72c71 /Makefile
parent67e1e4e16e559b5ad715753e41ad8acd8128452b (diff)
downloadflashrom-d71ff0d6edda81161a0a6a089020a5aee4cfe106.zip
flashrom-d71ff0d6edda81161a0a6a089020a5aee4cfe106.tar.gz
This patch adds support for BIOS flashing on the all SiliconImage SATA controllers
It was easy because 1) flashrom has now nice API 2) documentation is public on the web site Corresponding to flashrom svn r527. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> 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 4cb49cd..ede2481 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.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 \
ichspi.o w39v040c.o sb600spi.o wbsio_spi.o m29f002.o internal.o \
- dummyflasher.o pcidev.o nic3com.o
+ dummyflasher.o pcidev.o nic3com.o sata_sii.o
all: pciutils dep $(PROGRAM)
OpenPOWER on IntegriCloud