diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-09-25 17:29:10 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-09-28 13:00:58 -0400 |
| commit | 327856c99497bc353607f805ffa196f891a3a717 (patch) | |
| tree | 478fa81411f7585734d1e61b81974bcfe93c336d /src/usr/sbeio/runtime/makefile | |
| parent | 1657296485ff5bb16b44db6c17de6eeac530244d (diff) | |
| download | blackbird-hostboot-327856c99497bc353607f805ffa196f891a3a717.tar.gz blackbird-hostboot-327856c99497bc353607f805ffa196f891a3a717.zip | |
Empty interface for SBE vital attention handling
Creating a NOOP function for PRD to code against for SBE error
handling.
Change-Id: Ic16bb8ed2dca7f8a77a74d4fb7a60b2859621d39
RTC: 180239
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46711
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/runtime/makefile')
| -rw-r--r-- | src/usr/sbeio/runtime/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/sbeio/runtime/makefile b/src/usr/sbeio/runtime/makefile index c10c4e95b..80c83e5f2 100644 --- a/src/usr/sbeio/runtime/makefile +++ b/src/usr/sbeio/runtime/makefile @@ -33,6 +33,8 @@ MODULE = sbeio_rt ## Objects unique to HBRT OBJS += rt_sbeio.o OBJS += sbeio_attr_override.o +OBJS += sbe_attn.o +#@todo - RTC:180241 - Add in error handlers by creating common mk SUBDIRS += test.d |

