summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/runtime/makefile
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-09-18 16:15:48 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-17 11:26:14 -0500
commit25a68ad9643b83001dbe80120f854221e65e9585 (patch)
treee635de6c5c07e2f99a309256c8bcf69ca495034d /src/usr/errl/runtime/makefile
parent63245d62a4ffe99ad2eaf6b4f1a88862065ceedf (diff)
downloadtalos-hostboot-25a68ad9643b83001dbe80120f854221e65e9585.tar.gz
talos-hostboot-25a68ad9643b83001dbe80120f854221e65e9585.zip
Hostboot runtime errl support
RTC: 79415 Change-Id: I2fd60b48046425692fb3921b46ac21b57e1dba96 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6349 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/errl/runtime/makefile')
-rw-r--r--src/usr/errl/runtime/makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/usr/errl/runtime/makefile b/src/usr/errl/runtime/makefile
new file mode 100644
index 000000000..dd47962ea
--- /dev/null
+++ b/src/usr/errl/runtime/makefile
@@ -0,0 +1,39 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/trace/runtime/makefile $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2013
+#
+# p1
+#
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
+#
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END_TAG
+HOSTBOOT_RUNTIME = 1
+ROOTPATH = ../../../..
+MODULE = errl_rt
+
+OBJS = errlentry.o rt_errlmanager.o errlsctn.o errlsctnhdr.o errlprvt.o errluh.o \
+ errlud.o errlsrc.o errluserdetails.o backtrace.o errludtarget.o \
+ errludstring.o errludbacktrace.o errludattribute.o \
+ errludcallout.o
+
+SUBDIRS = test.d
+
+VPATH += ..
+include $(ROOTPATH)/config.mk
+
+# to find errludattribute.[CH] and errludtarget.[CH] - they are generated
+# by src/usr/targeting/common/xmltohb/xmltohb.pl
+vpath %.C ${GENDIR}
OpenPOWER on IntegriCloud