summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-10-14 18:56:50 +0200
committerNico Huber <nico.h@gmx.de>2017-12-28 10:48:28 +0000
commit7e3c81ae7122120fe10d43fcba61a513e2461de9 (patch)
treef505342cd2879b9cc77c2cbf66dda0231869ee9c /Makefile
parent0ee2dc06839d2f4f3197dd0ef51202e51e945bea (diff)
downloadflashrom-7e3c81ae7122120fe10d43fcba61a513e2461de9.tar.gz
flashrom-7e3c81ae7122120fe10d43fcba61a513e2461de9.tar.bz2
flashrom-7e3c81ae7122120fe10d43fcba61a513e2461de9.zip
spi25: Merge remainder of spi4ba in
Change-Id: If581e24347e45cbb27002ea99ffd70e334c110cf Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/22388 Reviewed-by: David Hendricks <david.hendricks@gmail.com> 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 a97761f66..33702478f 100644
--- a/Makefile
+++ b/Makefile
@@ -519,7 +519,7 @@ endif
CHIP_OBJS = jedec.o stm50.o w39.o w29ee011.o \
sst28sf040.o 82802ab.o \
sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o spi25.o spi25_statusreg.o \
- spi4ba.o opaque.o sfdp.o en29lv640b.o at45db.o
+ opaque.o sfdp.o en29lv640b.o at45db.o
###############################################################################
# Library code.