Skip to content

Commit

Permalink
Fix makefile error for p9c_mss_draminit_mc
Browse files Browse the repository at this point in the history
  Wrapper and UT built fine, but Cronus HWP needs all DEPLIBS defined

Change-Id: Ib20e71b46cc95fd6f8c3641dfb10873fbe93e0bd
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67025
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Steven B. Janssen <janssens@us.ibm.com>
Dev-Ready: Steven B. Janssen <janssens@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67032
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: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
stermole authored and crgeddes committed Oct 15, 2018
1 parent d725265 commit a7b46bd
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2016,2017
# Contributors Listed Below - COPYRIGHT 2016,2018
# [+] International Business Machines Corp.
#
#
Expand All @@ -28,5 +28,10 @@

PROCEDURE=p9c_mss_draminit_mc
lib${PROCEDURE}_DEPLIBS+=p9c_mss_unmask_errors
lib${PROCEDURE}_DEPLIBS+=p9c_mss_ddr4_funcs
lib${PROCEDURE}_DEPLIBS+=p9c_mss_funcs
lib${PROCEDURE}_DEPLIBS+=p9c_dimmBadDqBitmapFuncs
lib${PROCEDURE}_DEPLIBS+=p9c_mss_rowRepairFuncs
lib${PROCEDURE}_DEPLIBS+=p9c_mss_row_repair
$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)

0 comments on commit a7b46bd

Please sign in to comment.