From a094332bbe8807c8f24aeb79f34be063845cea10 Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Fri, 20 Sep 2013 14:47:15 -0500 Subject: Initial Support for Updating SBE SEEPROM This initial commit will be used to create the new SBE directories and files. It also supports the usr functions to find and copy SBE PNOR images. NOTE: It will not enable Updating SBE SEEPROMs in the IPL. Change-Id: I3f545a134493c7595ce50fd885478bbe606de472 RTC: 47032 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6311 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/lib/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/makefile') diff --git a/src/lib/makefile b/src/lib/makefile index e8b648c6c..42571c341 100644 --- a/src/lib/makefile +++ b/src/lib/makefile @@ -25,7 +25,7 @@ ROOTPATH = ../.. OBJS = string.o string_ext.o stdlib.o ctype.o assert.o stdio.o math.o sprintf.o OBJS += syscall_stub.o syscall_task.o syscall_msg.o OBJS += syscall_mmio.o syscall_time.o sync.o syscall_misc.o -OBJS += syscall_mm.o splaytree.o cxxtest_data.o +OBJS += syscall_mm.o splaytree.o cxxtest_data.o crc32.o ifdef HOSTBOOT_MEMORY_LEAKS COMMONFLAGS += -DHOSTBOOT_MEMORY_LEAKS=1 -- cgit v1.2.3