summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/makefile
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2015-02-11 10:54:03 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-24 11:54:23 -0600
commitb03dc1b8e4b20a8039775e474bd9ebf2503bf48c (patch)
tree3ec60a0efc1b5e8bb3d34a79819f30df5191303c /src/usr/errl/makefile
parentb6180e2871cae69d8864e38e33d6e9ba9400eef8 (diff)
downloadtalos-hostboot-b03dc1b8e4b20a8039775e474bd9ebf2503bf48c.tar.gz
talos-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/makefile')
-rw-r--r--src/usr/errl/makefile22
1 files changed, 6 insertions, 16 deletions
diff --git a/src/usr/errl/makefile b/src/usr/errl/makefile
index 65758abca..d942214f7 100644
--- a/src/usr/errl/makefile
+++ b/src/usr/errl/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,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.
@@ -23,22 +25,10 @@
ROOTPATH = ../../..
MODULE = errl
-OBJS += errlentry.o
+#include common ojects between hostboot and runtime hostboot
+include errl.mk
+
OBJS += 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 += errludlogregister.o
-OBJS += errludcallout.o
OBJS += errludprintk.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud