Skip to content

Commit

Permalink
Fix for missing putCMD symbols
Browse files Browse the repository at this point in the history
Change-Id: I6c8ef6c77462b6dc330ac0d022f62beee0f7e94f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80216
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@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/80248
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
kahnevan authored and dcrowell77 committed Jul 19, 2019
1 parent 5091387 commit 66af054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2018
# Contributors Listed Below - COPYRIGHT 2018,2019
# [+] International Business Machines Corp.
#
#
Expand All @@ -28,4 +28,5 @@

PROCEDURE=exp_draminit
$(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE)))
lib$(PROCEDURE)_DEPLIBS+=exp_inband
$(call BUILD_PROCEDURE)
Expand Up @@ -28,4 +28,5 @@

PROCEDURE=exp_mss_thermal_init
$(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE)))
lib$(PROCEDURE)_DEPLIBS+=exp_inband
$(call BUILD_PROCEDURE)

0 comments on commit 66af054

Please sign in to comment.