diff options
| author | Brian Horton <brianh@linux.ibm.com> | 2015-02-18 15:07:08 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-25 22:57:37 -0600 |
| commit | de162b1fbbafc0d1f98eb2231b14c4d351b3171e (patch) | |
| tree | 9ed20c4caef4219670f7ac2f7e1931566f3695da /src/usr/ipmi/makefile | |
| parent | 84a672bd28630d9998fc2808df3659ddcf5a7eda (diff) | |
| download | talos-hostboot-de162b1fbbafc0d1f98eb2231b14c4d351b3171e.tar.gz talos-hostboot-de162b1fbbafc0d1f98eb2231b14c4d351b3171e.zip | |
attr for ipmi max_buffer for hbrt
pass the ipmi max_buffer size from hostboot during ipl to
hostboot runtime via targeting attribute
Change-Id: I5971333fd3950af65c66a2936b00a0d4ad907330
RTC: 124099
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15820
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/makefile')
| -rw-r--r-- | src/usr/ipmi/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/ipmi/makefile b/src/usr/ipmi/makefile index fb6a249a4..9447bad37 100644 --- a/src/usr/ipmi/makefile +++ b/src/usr/ipmi/makefile @@ -25,19 +25,19 @@ ROOTPATH = ../../.. MODULE = ipmi +#include common ojects between hostboot and runtime hostboot +include ipmi.mk + OBJS += ipmimsg.o OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmibt.o) OBJS += ipmirp.o -OBJS += ipmisel.o OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmidd.o) OBJS += ipmifru.o OBJS += ipmiconfig.o -OBJS += ipmisensor.o OBJS += ipmiwatchdog.o OBJS += ipmifruinv.o OBJS += ipmipowerstate.o OBJS += ipmiselrecord.o -OBJS += ipmidcmi.o SUBDIRS += runtime.d #SUBDIRS += test.d |

