Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: Makefile

Issue 6025013: Add flashmap (fmap) support to Flashrom (Closed) Base URL: svn://coreboot.org/flashrom/trunk
Patch Set: remove a superfluous debug message Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | flash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | flash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698