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
commit2291535b7ba4c4697df465d49ee3aa7f5f33253a (patch)
tree6cecd997684ef18bc32a64cf1c16812f1ad6f6d2 /Makefile
parent6d08a3ea0487567552488308ddf490a1ac8e6e81 (diff)
downloadast2050-flashrom-2291535b7ba4c4697df465d49ee3aa7f5f33253a.zip
ast2050-flashrom-2291535b7ba4c4697df465d49ee3aa7f5f33253a.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