summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/runtime/makefile
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2014-11-17 13:24:25 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-01 15:48:12 -0600
commit21104a5e622fe420ceda737704b32eba6eba5947 (patch)
tree1a26a8c6f46677abff1cf301288cf54573309760 /src/usr/diag/prdf/runtime/makefile
parente656d390e26b8e5c9a83ae6eaf84e23c68eb8fa4 (diff)
downloadtalos-hostboot-21104a5e622fe420ceda737704b32eba6eba5947.tar.gz
talos-hostboot-21104a5e622fe420ceda737704b32eba6eba5947.zip
PRD: added HBRT makefiles
Change-Id: I83ce97b47c9a4723277df1e18a04a6b02b0378c6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14337 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14583
Diffstat (limited to 'src/usr/diag/prdf/runtime/makefile')
-rw-r--r--src/usr/diag/prdf/runtime/makefile51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/runtime/makefile b/src/usr/diag/prdf/runtime/makefile
new file mode 100644
index 000000000..9cee88060
--- /dev/null
+++ b/src/usr/diag/prdf/runtime/makefile
@@ -0,0 +1,51 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/diag/prdf/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
+
+HOSTBOOT_RUNTIME = 1
+ROOTPATH = ../../../../..
+MODULE = prdf_rt
+
+SUBDIRS += test.d
+
+################################################################################
+
+# ROOTPATH must be defined before including this file.
+include ../prdf_hb_only.mk # Will define PRD_SRC_PATH and PRD_INC_PATH
+
+# PRD_SRC_PATH and PRD_INC_PATH must be defined before including this file.
+include ../common/prdf_common_fsp_and_hb.mk
+
+VPATH += ${prd_vpath}
+
+EXTRAINCDIR += ${prd_incpath}
+
+OBJS += ${prd_obj}
+OBJS += ${prd_obj_no_sim}
+OBJS += ${prd_rule_plugin}
+
+################################################################################
+
+include $(ROOTPATH)/config.mk
+
OpenPOWER on IntegriCloud