summaryrefslogtreecommitdiffstats
path: root/procedure.rules.mk
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-12-16 15:45:24 -0600
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:12 -0600
commitcd15b4e98ec7e9908c60f5a8d01f2eb1b73564d9 (patch)
tree72ed51991d145db8d6c69631cc07f77031e9ca31 /procedure.rules.mk
parent008c83e243dd0bbda8cf43bcacd0011d871b4882 (diff)
downloadtalos-hostboot-cd15b4e98ec7e9908c60f5a8d01f2eb1b73564d9.tar.gz
talos-hostboot-cd15b4e98ec7e9908c60f5a8d01f2eb1b73564d9.zip
Define ekb BUILD_PROCEDURE macro in HB
Change-Id: I9ea8ded1cdcf3617066f3004259b18ed9facad30 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22834 Tested-by: Jenkins Server Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'procedure.rules.mk')
-rw-r--r--procedure.rules.mk30
1 files changed, 30 insertions, 0 deletions
diff --git a/procedure.rules.mk b/procedure.rules.mk
new file mode 100644
index 000000000..9584254e1
--- /dev/null
+++ b/procedure.rules.mk
@@ -0,0 +1,30 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: procedure.rules.mk $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2015,2016
+# [+] 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
+
+BUILD_PROCEDURE = $(eval $(call __BUILD_PROCEDURE))
+
+define __BUILD_PROCEDURE
+OBJS += $(PROCEDURE).o
+endef
OpenPOWER on IntegriCloud