summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-01-06 10:21:00 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-01-06 10:21:00 +0000
commitc146822bc19bf2b03ab443dd1b197f22ea79c5b9 (patch)
tree5b902bfbb1830ee9aa50be6ddd9fcc72469619cd /Makefile
parent23c6ce856468368f9a0a65a7f7626a66ef736cc4 (diff)
downloadflashrom-c146822bc19bf2b03ab443dd1b197f22ea79c5b9.zip
flashrom-c146822bc19bf2b03ab443dd1b197f22ea79c5b9.tar.gz
Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but those functions lived inside internal.c and were unavailable if no
PCI-based programmers were compiled in. Move those functions to the new file programmer.c. Thanks to Patrick Georgi for finding this. Corresponding to flashrom svn r829. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ea2ed7..7adcb80 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ LIB_OBJS = layout.o
CLI_OBJS = flashrom.o print.o
-PROGRAMMER_OBJS = udelay.o
+PROGRAMMER_OBJS = udelay.o programmer.o
all: pciutils features dep $(PROGRAM)
OpenPOWER on IntegriCloud