summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep12/makefile
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-10-23 14:45:25 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:26 -0600
commit03b4d32d7d64ef2c25bb25869cf925d9afbace57 (patch)
treeeed892726db29f607c41667d9293b48b37fd3dc7 /src/usr/isteps/istep12/makefile
parent7e5ca24a1eec65d3fdfba811c85f6f758277313e (diff)
downloadtalos-hostboot-03b4d32d7d64ef2c25bb25869cf925d9afbace57.tar.gz
talos-hostboot-03b4d32d7d64ef2c25bb25869cf925d9afbace57.zip
P9 Isteps: Created directory structure for istep 11/12 wrappers
Change-Id: I6e6e9677b524ca17c156adbc5168cfaffc9b1af8 RTC:137652 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21462 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep12/makefile')
-rw-r--r--src/usr/isteps/istep12/makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/usr/isteps/istep12/makefile b/src/usr/isteps/istep12/makefile
new file mode 100644
index 000000000..7d4527f0d
--- /dev/null
+++ b/src/usr/isteps/istep12/makefile
@@ -0,0 +1,35 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/isteps/istep12/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2015
+# [+] 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
+ROOTPATH = ../../../..
+MODULE = istep12
+
+OBJS += call_mss_getecid.o
+OBJS += call_dmi_attr_update.o
+OBJS += call_proc_dmi_scominit.o
+OBJS += call_dmi_scominit.o
+OBJS += call_dmi_erepair.o
+OBJS += call_dmi_io_dccal.o
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud