Skip to content

Commit

Permalink
update io makefiles to compile in hostboot
Browse files Browse the repository at this point in the history
Change-Id: Ib693cf09e19f65e25607f2ad42aa414f4a138bcc
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46376
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46383
Reviewed-by: Hostboot Team <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>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
Prachi Gupta authored and crgeddes committed Sep 20, 2017
1 parent 4bedcbf commit a1f8b1f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/import/chips/p9/procedures/hwp/io/p9_io_dmi_dccal.mk
Expand Up @@ -23,5 +23,5 @@
#
# IBM_PROLOG_END_TAG
PROCEDURE=p9_io_dmi_dccal
OBJS+=p9_io_common.o
lib$(PROCEDURE)_DEPLIBS+=p9_io_common
$(call BUILD_PROCEDURE)
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/io/p9_io_dmi_linktrain.mk
Expand Up @@ -23,6 +23,6 @@
#
# IBM_PROLOG_END_TAG
PROCEDURE=p9_io_dmi_linktrain
OBJS+=p9_io_common.o
OBJS+=p9_io_dmi_clear_firs.o
lib$(PROCEDURE)_DEPLIBS+=p9_io_common
lib$(PROCEDURE)_DEPLIBS+=p9_io_dmi_clear_firs
$(call BUILD_PROCEDURE)
2 changes: 1 addition & 1 deletion src/import/chips/p9/procedures/hwp/io/p9_io_obus_dccal.mk
Expand Up @@ -23,5 +23,5 @@
#
# IBM_PROLOG_END_TAG
PROCEDURE=p9_io_obus_dccal
OBJS+=p9_io_common.o
lib$(PROCEDURE)_DEPLIBS+=p9_io_common
$(call BUILD_PROCEDURE)
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/io/p9_io_xbus_dccal.mk
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2015,2016
# Contributors Listed Below - COPYRIGHT 2015,2017
# [+] International Business Machines Corp.
#
#
Expand All @@ -23,5 +23,5 @@
#
# IBM_PROLOG_END_TAG
PROCEDURE=p9_io_xbus_dccal
OBJS+=p9_io_common.o
lib$(PROCEDURE)_DEPLIBS+=p9_io_common
$(call BUILD_PROCEDURE)
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/io/p9_io_xbus_linktrain.mk
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2015,2016
# Contributors Listed Below - COPYRIGHT 2015,2017
# [+] International Business Machines Corp.
#
#
Expand All @@ -23,6 +23,6 @@
#
# IBM_PROLOG_END_TAG
PROCEDURE=p9_io_xbus_linktrain
OBJS+=p9_io_common.o
lib$(PROCEDURE)_DEPLIBS+=p9_io_common
OBJS+=p9_io_xbus_clear_firs.o
$(call BUILD_PROCEDURE)

0 comments on commit a1f8b1f

Please sign in to comment.