summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/bus_training/makefile
diff options
context:
space:
mode:
authorVan Lee <vanlee@us.ibm.com>2012-05-21 09:50:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-08 08:29:38 -0500
commit966bff816e8f31b71445f9730d268a12211cc30b (patch)
tree750f5db53390822cc93a0a6a749fb3ccb67f68e6 /src/usr/hwpf/hwp/bus_training/makefile
parente9ac3a3dbf5277e879970c9f07f10e6f75180642 (diff)
downloadtalos-hostboot-966bff816e8f31b71445f9730d268a12211cc30b.tar.gz
talos-hostboot-966bff816e8f31b71445f9730d268a12211cc30b.zip
Pick up latest io_run_training HWP for X/A bus support
Change-Id: I4794c1cd02624041746ff00a4627ba5968665e31 RTC: 39860 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1085 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/bus_training/makefile')
-rw-r--r--src/usr/hwpf/hwp/bus_training/makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/bus_training/makefile b/src/usr/hwpf/hwp/bus_training/makefile
new file mode 100644
index 000000000..dd17dd43f
--- /dev/null
+++ b/src/usr/hwpf/hwp/bus_training/makefile
@@ -0,0 +1,43 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/hwpf/hwp/bus_training/makefile $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2012
+#
+# 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_TAG
+
+ROOTPATH = ../../../../..
+
+MODULE = bus_training
+
+## 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
+
+OBJS = gcr_funcs.o io_funcs.o io_run_training.o
+
+## NOTE: add a new directory onto the vpaths when you add a new HWP
+## vpath %.C proc_cen_framelock:io_run_training
+## vpath %.H proc_cen_framelock:io_run_training
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud