Index: Makefile |
diff --git a/Makefile b/Makefile |
index ce634b6abc26a84d37d69a91e8208d7be2e5f132..0aa160f9886c777c4efcca0e993b141578f0c3b4 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -87,7 +87,7 @@ CHIP_OBJS = jedec.o stm50flw0x0x.o w39.o w29ee011.o \ |
sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o spi25.o sharplhf00l04.o \ |
wpce775x.o mec1308.o writeprotect.o |
-LIB_OBJS = layout.o |
+LIB_OBJS = layout.o fmap.o |
LOCK_OBJS = csem.o ipc_lock.o big_lock.o |
ifeq ($(shell ./util/use_big_lock.sh), 0) |