summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-06-12 00:04:32 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-06-12 00:04:32 +0000
commit6ad6e01e9b961fd5b25cc4d69319a7d29f110684 (patch)
tree5a7b62f60b10de6a9d9f4f862fdb9f1f8f500f3d /Makefile
parenta60d408a78be0e0d34dda616977489a307cb98b6 (diff)
downloadflashrom-6ad6e01e9b961fd5b25cc4d69319a7d29f110684.tar.gz
flashrom-6ad6e01e9b961fd5b25cc4d69319a7d29f110684.tar.bz2
flashrom-6ad6e01e9b961fd5b25cc4d69319a7d29f110684.zip
Introduce helpers.c
Move some suitable functions there, add it to the Makefile, but leave the declarations in flash.h for now. Corresponding to flashrom svn r1819. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3c1ba5e1..7a488893b 100644
--- a/Makefile
+++ b/Makefile
@@ -353,7 +353,7 @@ CHIP_OBJS = jedec.o stm50.o w39.o w29ee011.o \
###############################################################################
# Library code.
-LIB_OBJS = layout.o flashrom.o udelay.o programmer.o
+LIB_OBJS = layout.o flashrom.o udelay.o programmer.o helpers.o
###############################################################################
# Frontend related stuff.