summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-09 00:54:55 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-09 00:54:55 +0000
commitc3129208648f241c0b6538235cd4e9854ae6539d (patch)
treebf210d57bb4fc0633ad6e95437568241907774bf /Makefile
parenta93045cb178231d717f23dce92d264427f2a02d0 (diff)
downloadast2050-flashrom-c3129208648f241c0b6538235cd4e9854ae6539d.zip
ast2050-flashrom-c3129208648f241c0b6538235cd4e9854ae6539d.tar.gz
Add a dummy external flasher which just prints each operation
Usage: flashrom --programmer dummy This is a great way to test flashrom without root access. Corresponding to flashrom svn r483. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecaef6c..2a54af5 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o en29f002a.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
+ ichspi.o w39v040c.o sb600spi.o wbsio_spi.o m29f002.o internal.o \
+ dummyflasher.o
all: pciutils dep $(PROGRAM)
OpenPOWER on IntegriCloud