From 53857b549503d78f5377871e279a7e50db78b1cc Mon Sep 17 00:00:00 2001 From: Urja Rannikko Date: Tue, 23 Jun 2009 11:33:43 +0000 Subject: 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 Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.1