diff options
author | Andres Lugo-Reyes <aalugore@us.ibm.com> | 2015-05-05 13:14:27 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-06-19 16:00:51 -0500 |
commit | ef69ea46b6208625307bd42b2cf29beef10c8418 (patch) | |
tree | 1256d14ea7950e28714553f5503be2530bd04e9d /src/usr/errl/runtime | |
parent | 4d1c59f09b6b0ab9236aa42694cb2e42cbe8d3eb (diff) | |
download | talos-hostboot-ef69ea46b6208625307bd42b2cf29beef10c8418.tar.gz talos-hostboot-ef69ea46b6208625307bd42b2cf29beef10c8418.zip |
Add serial numbers/part numbers to err logs w/ hwcallouts
Change-Id: Ifef77c71f40e70136cdb5172ce653f7a5ebfdd10
RTC:122890
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16870
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/runtime')
-rw-r--r-- | src/usr/errl/runtime/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/runtime/makefile b/src/usr/errl/runtime/makefile index 14212597f..c80c9fdaa 100644 --- a/src/usr/errl/runtime/makefile +++ b/src/usr/errl/runtime/makefile @@ -33,7 +33,7 @@ VPATH += ${ROOTPATH}/src/usr/hwas/common OBJS += rt_errlmanager.o OBJS += rt_vfs.o -OBJS += $(if $(CONFIG_BMC_IPMI),hwasCallout.o) +OBJS += hwasCallout.o SUBDIRS += test.d |