diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk index dd6f3e2a3b5..b1ba30fab1c 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2018 +# Contributors Listed Below - COPYRIGHT 2018,2019 # [+] International Business Machines Corp. # # @@ -28,4 +28,5 @@ PROCEDURE=exp_draminit $(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE))) +lib$(PROCEDURE)_DEPLIBS+=exp_inband $(call BUILD_PROCEDURE) diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk index 270920f4f36..8268acd79fd 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk @@ -28,4 +28,5 @@ PROCEDURE=exp_mss_thermal_init $(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE))) +lib$(PROCEDURE)_DEPLIBS+=exp_inband $(call BUILD_PROCEDURE)