diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2017-03-08 15:47:05 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-21 15:53:53 -0400 |
| commit | 38f35059b8632d2c7f8a2fa318fb0aaefd9b3229 (patch) | |
| tree | 507a34cccd3c5ae6ee890030a9d2fee683d07907 /src/usr/sbeio/makefile | |
| parent | afd8387b9c5f1583046820aba9a632bb4acaf767 (diff) | |
| download | blackbird-hostboot-38f35059b8632d2c7f8a2fa318fb0aaefd9b3229.tar.gz blackbird-hostboot-38f35059b8632d2c7f8a2fa318fb0aaefd9b3229.zip | |
SBE message passing interface - call of HBRT process SBE message
Add the new Host interface for SBE message passing.
Change-Id: I220a864a072bcc60cc873cde243a28cc899e2722
RTC:170759
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37694
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/makefile')
| -rw-r--r-- | src/usr/sbeio/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/sbeio/makefile b/src/usr/sbeio/makefile index 688d5edc5..2690ec0d7 100644 --- a/src/usr/sbeio/makefile +++ b/src/usr/sbeio/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2017 # [+] International Business Machines Corp. # # @@ -41,6 +41,7 @@ OBJS += sbe_scomAccess.o OBJS += sbe_scomAccessdd.o OBJS += sbe_ffdc_parser.o -SUBDIRS = test.d +SUBDIRS += test.d +SUBDIRS += runtime.d include ${ROOTPATH}/config.mk |

