diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2016-06-28 09:56:14 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-08-17 11:16:11 -0400 |
| commit | 183d1d89e624456cd831ca5dceb6c03edf07035c (patch) | |
| tree | ba23039ab9a4b7b37e9cead11f63272a6f439905 /src/usr/util/makefile | |
| parent | 025298b52002867f1e3516ba9810fd4642262980 (diff) | |
| download | blackbird-hostboot-183d1d89e624456cd831ca5dceb6c03edf07035c.tar.gz blackbird-hostboot-183d1d89e624456cd831ca5dceb6c03edf07035c.zip | |
Utility functions for mbox scratch reg access
Change-Id: If262e891934b5228ea1fa9081a0c85a40a52036d
RTC:127348
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26346
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/util/makefile')
| -rw-r--r-- | src/usr/util/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/util/makefile b/src/usr/util/makefile index 7a5aa7651..70df3b790 100644 --- a/src/usr/util/makefile +++ b/src/usr/util/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2012,2015 +# Contributors Listed Below - COPYRIGHT 2012,2016 # [+] International Business Machines Corp. # # @@ -32,6 +32,7 @@ OBJS += utilmem.o OBJS += utilfile.o OBJS += utillidmgr.o OBJS += utillidpnor.o +OBJS += utilmbox_scratch.o SUBDIRS += test.d SUBDIRS += runtime.d |

