From 1878110848f36c53667c9855f0a413c43e64597f Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 10 Dec 2012 13:34:12 +0000 Subject: Adapt CLI to use new libflashrom interface' print callback This renames CLI's print() to flashrom_print_cb() and registers it through the new libflashrom interface. v2: Add libflashrom.o to LIB_OBJS now that everything can be linked together. Change-Id: Idf19978eb8e340d258199193d2978f37409e9983 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/17948 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88130c812..01a179dd0 100644 --- a/Makefile +++ b/Makefile @@ -519,7 +519,7 @@ CHIP_OBJS = jedec.o stm50.o w39.o w29ee011.o \ ############################################################################### # Library code. -LIB_OBJS = layout.o flashrom.o udelay.o programmer.o helpers.o +LIB_OBJS = libflashrom.o layout.o flashrom.o udelay.o programmer.o helpers.o ############################################################################### # Frontend related stuff. -- cgit v1.2.3