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

Unified Diff: Makefile

Issue 6025013: Add flashmap (fmap) support to Flashrom (Closed) Base URL: svn://coreboot.org/flashrom/trunk
Patch Set: Created 10 years 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 | fmap.h » ('j') | fmap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 622cc01583800033ff24bd5d269a7cf0015e0693..b97a8639df1520ee71c97631f359dc572d60838f 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ CHIP_OBJS = jedec.o stm50flw0x0x.o w39v040c.o w39v080fa.o w29ee011.o \
sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o spi25.o sharplhf00l04.o \
wpce775x.o writeprotect.o
-LIB_OBJS = layout.o
+LIB_OBJS = layout.o fmap.o
CLI_OBJS = flashrom.o cli_classic.o cli_mfg.o cli_output.o print.o
« no previous file with comments | « no previous file | fmap.h » ('j') | fmap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698