summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2023-01-30 11:58:20 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2023-02-21 12:56:22 +0000
commit86babd06276196facd3c0948b466ccb665e846a7 (patch)
tree2c4f23c8a38c2f548b1c72ddc0003b66026e1ac6 /Makefile
parentae07072e0aacc475aade990c77c193826433f07d (diff)
downloadflashrom-86babd06276196facd3c0948b466ccb665e846a7.tar.gz
flashrom-86babd06276196facd3c0948b466ccb665e846a7.tar.bz2
flashrom-86babd06276196facd3c0948b466ccb665e846a7.zip
jedec.c: Move printlock stuff into printlock.c
Change-Id: Iacaa16c81e141aac30feb6871700c4fdc9eec8e9 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/72607 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25c01e054..69818ce01 100644
--- a/Makefile
+++ b/Makefile
@@ -379,7 +379,7 @@ endif
###############################################################################
# Flash chip drivers and bus support infrastructure.
-CHIP_OBJS = jedec.o stm50.o w39.o w29ee011.o \
+CHIP_OBJS = jedec.o printlock.o stm50.o w39.o w29ee011.o \
sst28sf040.o 82802ab.o \
sst49lfxxxc.o sst_fwhub.o edi.o flashchips.o spi.o spi25.o spi25_statusreg.o \
spi95.o opaque.o sfdp.o en29lv640b.o at45db.o s25f.o \