summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/runtime/makefile
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-09-03 15:50:37 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-11-12 13:30:08 -0600
commit2b5b8c76b99f51ae483f2c70363d5af9d263cfe5 (patch)
tree0437e5658535a4e82f59fb2408eb0336ea6befda /src/usr/htmgt/runtime/makefile
parent0f8700c742b7b176dc5333fa20b630e312e92ef8 (diff)
downloadblackbird-hostboot-2b5b8c76b99f51ae483f2c70363d5af9d263cfe5.tar.gz
blackbird-hostboot-2b5b8c76b99f51ae483f2c70363d5af9d263cfe5.zip
HTMGT add required HW procedures and setup HTMGT component
Change-Id: Ie61cf3d076dec6de23028d7a816c8719f66fb4ab RTC:115384 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13477 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Christopher Cain <cjcain@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/runtime/makefile')
-rw-r--r--src/usr/htmgt/runtime/makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/usr/htmgt/runtime/makefile b/src/usr/htmgt/runtime/makefile
new file mode 100644
index 000000000..6312bab42
--- /dev/null
+++ b/src/usr/htmgt/runtime/makefile
@@ -0,0 +1,40 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/htmgt/runtime/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2014
+# [+] 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.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+# common objects between hostboot and hbrt
+
+HOSTBOOT_RUNTIME = 1
+ROOTPATH = ../../../..
+MODULE = htmgt_rt
+
+#include common ojects between hostboot and runtime hostboot
+include ../htmgt_common.mk
+
+#include unique object modules - currently none
+# OBJS +=
+
+#SUBDIRS += test.d
+
+VPATH += ..
+include $(ROOTPATH)/config.mk
OpenPOWER on IntegriCloud