diff options
author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2015-11-23 05:48:53 -0600 |
---|---|---|
committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-07-18 15:32:38 -0500 |
commit | b3f6347ef52994c4d37ac5f361b21fe4d4658462 (patch) | |
tree | 0611424ce648e024d82b9edad34b780035d82b16 /src/usr/ipmi/makefile | |
parent | 99bd8d04615d1a633a9adaaf64a58787ad753527 (diff) | |
download | talos-hostboot-b3f6347ef52994c4d37ac5f361b21fe4d4658462.tar.gz talos-hostboot-b3f6347ef52994c4d37ac5f361b21fe4d4658462.zip |
Avoid visible errors during SBE update
RTC: 135822
Backport: yes
Change-Id: I9581abc5f1d0cb4812743190c9914b11c63c0089
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/764
Tested-by: Jenkins Server <pfd-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/usr/ipmi/makefile')
-rw-r--r-- | src/usr/ipmi/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/ipmi/makefile b/src/usr/ipmi/makefile index 9447bad37..50638b522 100644 --- a/src/usr/ipmi/makefile +++ b/src/usr/ipmi/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2015 +# Contributors Listed Below - COPYRIGHT 2011,2016 # [+] International Business Machines Corp. # # @@ -38,6 +38,7 @@ OBJS += ipmiwatchdog.o OBJS += ipmifruinv.o OBJS += ipmipowerstate.o OBJS += ipmiselrecord.o +OBJS += ipmichassiscontrol.o SUBDIRS += runtime.d #SUBDIRS += test.d |