summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/sbe_centaur_init/makefile
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-02-12 22:59:16 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-29 10:10:31 -0600
commite1ff6eea604a68433f2d228a5700f10ef95da5df (patch)
treec7fafd4d049c6b4afc4630cac146abbf64b7106b /src/usr/hwpf/hwp/sbe_centaur_init/makefile
parentead0bd637b86cab41036264802c91d4cd906ab44 (diff)
downloadtalos-hostboot-e1ff6eea604a68433f2d228a5700f10ef95da5df.tar.gz
talos-hostboot-e1ff6eea604a68433f2d228a5700f10ef95da5df.zip
Create framework for ISTEP 10, 12, 13
istep framework for istep 10 (sbe_centaur_init) istep 12( mss_volt, etc). istep 13 ( mss_draminit, etc ) Commented out testHWP, not used anymore. Fixed bug in hb-istep for simics fixed review comments Added section in genIstep.pl to generate include/usr/isteps/istepNlist.H ( istep 13 generated using script) NOTE: 10, 11, 12 were partially generated manually, that is why they are not consistent. Change-Id: I28ed8d3e60d2d0438ebe7ca3ed2053c781bc72ed Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/661 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/sbe_centaur_init/makefile')
-rw-r--r--src/usr/hwpf/hwp/sbe_centaur_init/makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/sbe_centaur_init/makefile b/src/usr/hwpf/hwp/sbe_centaur_init/makefile
new file mode 100644
index 000000000..457783336
--- /dev/null
+++ b/src/usr/hwpf/hwp/sbe_centaur_init/makefile
@@ -0,0 +1,47 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/hwas/makefile $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2011
+#
+# 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 other-
+# wise divested of its trade secrets, irrespective of what has
+# been deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END
+
+ROOTPATH = ../../../../..
+
+MODULE = sbe_centaur_init
+
+## support for Targeting and fapi
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp
+
+## pointer to common HWP files
+EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/include
+
+## Include sub dirs
+## NOTE: add a new EXTRAINCDIR when you add a new HWP
+## EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/sbe_centaur_init/????
+
+
+OBJS = sbe_centaur_init.o
+
+## NOTE: add a new directory onto the vpaths when you add a new HWP
+## VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/sbe_centaur_init/????
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud