summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/runtime
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-02-21 12:17:52 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-20 14:41:20 -0500
commitc753ba81874b631e12d42ea70dafb7ffa9a2b253 (patch)
tree890b3b24e57a467508ef0cc2dd2a3eac576346f4 /src/usr/hwpf/hwp/runtime
parent08559a94f2191465efec85fe9a6da825b7eadf8f (diff)
downloadtalos-hostboot-c753ba81874b631e12d42ea70dafb7ffa9a2b253.tar.gz
talos-hostboot-c753ba81874b631e12d42ea70dafb7ffa9a2b253.zip
Port FAPI code to HBRT
RTC: 96621 Change-Id: I9fa0188796df0dfb73a54c8c2e8581ac65e9f75d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9152 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/hwpf/hwp/runtime')
-rw-r--r--src/usr/hwpf/hwp/runtime/makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/runtime/makefile b/src/usr/hwpf/hwp/runtime/makefile
new file mode 100644
index 000000000..3bdc29040
--- /dev/null
+++ b/src/usr/hwpf/hwp/runtime/makefile
@@ -0,0 +1,32 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/hwpf/hwp/runtime/makefile $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2011,2014
+#
+# 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
+ROOTPATH = ../../../../..
+HWPPATH = ../
+MODULE = hwp_rt
+HOSTBOOT_RUNTIME = 1
+
+VPATH += ../
+
+include ../hwp.mk
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud