summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-01-06 10:21:00 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-01-06 10:21:00 +0000
commit7686c400c4d53f4f4438e935893dc8499b37e33c (patch)
tree5b902bfbb1830ee9aa50be6ddd9fcc72469619cd /Makefile
parentd7a882429a2392e69f796f1e0eddb4915525057c (diff)
downloadflashrom-7686c400c4d53f4f4438e935893dc8499b37e33c.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. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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)