summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio/makefile
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2018-02-07 16:23:09 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-15 14:26:06 -0500
commit1e337a9565c8c08a4a13a145890027a10c043bf0 (patch)
tree808f7a9eff1b0f3207662a844779bbf3f48104d2 /src/usr/sbeio/makefile
parent77b70bb7119cb13cc35976fa63201ee305538ad3 (diff)
downloadblackbird-hostboot-1e337a9565c8c08a4a13a145890027a10c043bf0.tar.gz
blackbird-hostboot-1e337a9565c8c08a4a13a145890027a10c043bf0.zip
Moving Sbe Retry Handler work to common file for runtime
We want to move the sbe_retry_handler.C and other files associated with it to a common directory and makefile. Change-Id: Ifc725709d23d9eec75d2f91b2be73728c91a8d86 RTC:180241 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53591 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/makefile')
-rw-r--r--src/usr/sbeio/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/sbeio/makefile b/src/usr/sbeio/makefile
index 003ad74e1..da41e8862 100644
--- a/src/usr/sbeio/makefile
+++ b/src/usr/sbeio/makefile
@@ -25,6 +25,7 @@
ROOTPATH = ../../..
PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures
MODULE = sbeio
+include common/common.mk
EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2
@@ -55,11 +56,11 @@ OBJS += sbe_getSBEFFDC.o
OBJS += sbe_memRegionMgr.o
OBJS += sbe_fifo_buffer.o
OBJS += sbe_ffdc_package_parser.o
-OBJS += sbe_attn.o
-OBJS += sbe_retry_handler.o
+OBJS += ${SBEIO_COMMON_OBJS}
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/
+VPATH += ${ROOTPATH}/src/usr/sbeio/common
include ${ROOTPATH}/procedure.rules.mk
OpenPOWER on IntegriCloud