diff options
author | Sean Nelson <audiohacked@gmail.com> | 2010-02-26 05:48:29 +0000 |
---|---|---|
committer | Sean Nelson <audiohacked@gmail.com> | 2010-02-26 05:48:29 +0000 |
commit | 14ba6682e99273273be74b8e8681d0604b85e9b9 (patch) | |
tree | cd0212ae1ffe83aaea0a5ca9f5e2be86615c471a /Makefile | |
parent | cfa674fde7ee763844f82e38503cd997a3951197 (diff) | |
download | flashrom-14ba6682e99273273be74b8e8681d0604b85e9b9.tar.gz flashrom-14ba6682e99273273be74b8e8681d0604b85e9b9.tar.bz2 flashrom-14ba6682e99273273be74b8e8681d0604b85e9b9.zip |
Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h
Some of the spi programmer drivers required chipdrivers.h, needs fixing later:
it87spi.c
ichspi.c
sb600spi.c
wbsio_spi.c
buspirate_spi.c
ft2232spi.c
bitbang_spi.c
dediprog.c
Corresponding to flashrom svn r914.
Signed-off-by: Sean Nelson <audiohacked@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ endif CHIP_OBJS = jedec.o stm50flw0x0x.o w39v040c.o w39v080fa.o sharplhf00l04.o w29ee011.o \ sst28sf040.o m29f400bt.o 82802ab.o pm49fl00x.o \ - sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o + sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o spi25.o LIB_OBJS = layout.o |