diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2015-02-11 10:54:03 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-24 11:54:23 -0600 |
| commit | b03dc1b8e4b20a8039775e474bd9ebf2503bf48c (patch) | |
| tree | 3ec60a0efc1b5e8bb3d34a79819f30df5191303c /src/usr/errl/runtime/makefile | |
| parent | b6180e2871cae69d8864e38e33d6e9ba9400eef8 (diff) | |
| download | blackbird-hostboot-b03dc1b8e4b20a8039775e474bd9ebf2503bf48c.tar.gz blackbird-hostboot-b03dc1b8e4b20a8039775e474bd9ebf2503bf48c.zip | |
Runtime error log support in OpenPOWER
Change-Id: I1bb13fede249ee09a65541cd04c6449b1bb555b2
RTC: 122885
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15712
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/runtime/makefile')
| -rw-r--r-- | src/usr/errl/runtime/makefile | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/src/usr/errl/runtime/makefile b/src/usr/errl/runtime/makefile index b3c0ebefa..14212597f 100644 --- a/src/usr/errl/runtime/makefile +++ b/src/usr/errl/runtime/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2013,2014 +# Contributors Listed Below - COPYRIGHT 2013,2015 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,23 +26,14 @@ HOSTBOOT_RUNTIME = 1 ROOTPATH = ../../../.. MODULE = errl_rt -OBJS += errlentry.o +#include common ojects between hostboot and runtime hostboot +include ../errl.mk + +VPATH += ${ROOTPATH}/src/usr/hwas/common + OBJS += rt_errlmanager.o -OBJS += errlsctn.o -OBJS += errlsctnhdr.o -OBJS += errlprvt.o -OBJS += errluh.o -OBJS += errlud.o -OBJS += errlsrc.o -OBJS += errluserdetails.o -OBJS += backtrace.o -OBJS += errludtarget.o -OBJS += errludstring.o -OBJS += errludbacktrace.o -OBJS += errludattribute.o -OBJS += errludcallout.o OBJS += rt_vfs.o -OBJS += errludlogregister.o +OBJS += $(if $(CONFIG_BMC_IPMI),hwasCallout.o) SUBDIRS += test.d |

