Skip to content

Commit

Permalink
Move p9a_omi_init from nimbus to axone directory
Browse files Browse the repository at this point in the history
Change-Id: Iccd1ab623e29da2c586619450e3866c96c7fe6c8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/90408
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/92274
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: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
markypizz authored and dcrowell77 committed Mar 9, 2020
1 parent 7ef7ab2 commit f581378
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/import/chips/p9/procedures/hwp/memory/p9a_omi_init.C $ */
/* $Source: src/import/chips/p9a/procedures/hwp/memory/p9a_omi_init.C $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/import/chips/p9/procedures/hwp/memory/p9a_omi_init.H $ */
/* $Source: src/import/chips/p9a/procedures/hwp/memory/p9a_omi_init.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
@@ -1,7 +1,7 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
# $Source: src/import/chips/p9/procedures/hwp/memory/p9a_omi_init.mk $
# $Source: src/import/chips/p9a/procedures/hwp/memory/p9a_omi_init.mk $
#
# OpenPOWER HostBoot Project
#
Expand All @@ -22,9 +22,8 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
# Makefile for p9a_omi_init HWP
-include 00p9a_common.mk

PROCEDURE=p9a_omi_init
$(eval $(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/p9a/procedures/hwp/memory/))
$(eval $(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)))
$(eval $(call ADD_P9A_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)

0 comments on commit f581378

Please sign in to comment.