summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUrja Rannikko <urjaman@gmail.com>2009-06-23 11:33:43 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-06-23 11:33:43 +0000
commit53857b549503d78f5377871e279a7e50db78b1cc (patch)
tree6cecd997684ef18bc32a64cf1c16812f1ad6f6d2 /Makefile
parent9a1e36de208e3edc144faa90b68ba01f4d98b9f8 (diff)
downloadflashrom-53857b549503d78f5377871e279a7e50db78b1cc.zip
flashrom-53857b549503d78f5377871e279a7e50db78b1cc.tar.gz
Initial commit of an external serial flasher protocol
Supports RS-232, USB serial converters (untested) and TCP streams. All functionality is stubbed out to allow multiplatform compile testing of the headers we use. The real serial flasher protocol driver will be committed next. Corresponding to flashrom svn r625. Signed-off-by: Urja Rannikko <urjaman@gmail.com> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f95ba8d..2a54c73 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ 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 satasii.o ft2232_spi.o print.o
+ dummyflasher.o pcidev.o nic3com.o satasii.o ft2232_spi.o serprog.o \
+ print.o
all: pciutils features dep $(PROGRAM)
OpenPOWER on IntegriCloud