diff options
| author | Richard Knight <rjknight@us.ibm.com> | 2014-10-27 18:14:07 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-11-17 12:02:50 -0600 |
| commit | c64777ce5b38e87e02850bdbf480b100fe32df45 (patch) | |
| tree | 774625afaa3ff2d03e0f4a12514ce1e84721459c /src/usr/ipmi/makefile | |
| parent | 87b7664dd21fe492c0ff70b86ea53a661216663e (diff) | |
| download | talos-hostboot-c64777ce5b38e87e02850bdbf480b100fe32df45.tar.gz talos-hostboot-c64777ce5b38e87e02850bdbf480b100fe32df45.zip | |
Update present/functional state for DIMMs/COREs/PROCs
add interfaces to handle updating various sensors
use new interfaces to update sensor state for
DIMM/CORE/PROC targets.
Change-Id: I71a5792f80617b1baa46319565c6742507a0b667
RTC:108827
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14207
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/ipmi/makefile b/src/usr/ipmi/makefile index 3d8ca3a8c..92cf4362b 100644 --- a/src/usr/ipmi/makefile +++ b/src/usr/ipmi/makefile @@ -30,6 +30,7 @@ OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmibt.o) OBJS += ipmirp.o OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmidd.o) OBJS += ipmiconfig.o +OBJS += ipmisensor.o #SUBDIRS += test.d |

