diff options
author | Stephen Cprek <smcprek@us.ibm.com> | 2017-04-06 17:08:15 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-10 17:57:10 -0400 |
commit | 5afa41551b3d8e0a84cf21cebfc89a194d326e76 (patch) | |
tree | 27018d5dc7aa801fee3e77af6be9c7693a178aa3 /src/makefile | |
parent | dee1ed49ad08fdb4b91775f50f65e69ad5bbfafa (diff) | |
download | talos-hostboot-5afa41551b3d8e0a84cf21cebfc89a194d326e76.tar.gz talos-hostboot-5afa41551b3d8e0a84cf21cebfc89a194d326e76.zip |
Add map list initialization and at() methods
Also add ErrnoToString() as a test which is a functionality
ported from p8
Change-Id: Ia6dd9b37638af2634267e224d9b97133bf984fb4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38956
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index f1d6fa071..30811069b 100644 --- a/src/makefile +++ b/src/makefile @@ -134,6 +134,7 @@ DIRECT_BOOT_OBJECTS += stdlib.o DIRECT_BOOT_OBJECTS += assert.o DIRECT_BOOT_OBJECTS += workitem.o DIRECT_BOOT_OBJECTS += bltohbdatamgr.o +DIRECT_BOOT_OBJECTS += errno.o BASE_MODULES += trace BASE_MODULES += errl |