Skip to content

Commit efa47dd

Browse files
aamarindcrowell77
authored andcommitted
Makefile changes for exp fw update to work
Makefile changes to get the following mirrored ekb commit to compile. https://rchgit01.rchland.ibm.com/gerrit1/#/c/105067/ Change-Id: If7dc75fb34e33bf0896bb48edf39893558a2018c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/105127 Tested-by: Jenkins Server <pfd-jenkins+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: Daniel M Crowell <dcrowell@us.ibm.com>
1 parent 0a38f67 commit efa47dd

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

src/usr/expaccess/makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# OpenPOWER HostBoot Project
77
#
8-
# Contributors Listed Below - COPYRIGHT 2011,2019
8+
# Contributors Listed Below - COPYRIGHT 2011,2020
99
# [+] International Business Machines Corp.
1010
#
1111
#
@@ -33,4 +33,7 @@ include expaccess.mk
3333

3434
include ${ROOTPATH}/config.mk
3535

36+
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/generic/memory/lib/
37+
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/explorer/procedures/hwp/memory/lib/
38+
3639
VPATH += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/

src/usr/expaccess/runtime/makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# OpenPOWER HostBoot Project
77
#
8-
# Contributors Listed Below - COPYRIGHT 2011,2019
8+
# Contributors Listed Below - COPYRIGHT 2011,2020
99
# [+] International Business Machines Corp.
1010
#
1111
#
@@ -32,6 +32,9 @@ SUBDIRS += test.d
3232
include ../expaccess.mk
3333

3434
EXTRAINCDIR += ../
35+
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/generic/memory/
36+
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/generic/memory/lib/
37+
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/explorer/procedures/hwp/memory/lib/
3538

3639
VPATH += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
3740
VPATH += ${ROOTPATH}/src/usr/expaccess/

src/usr/isteps/mss/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/
3737
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/
3838
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
3939
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
40+
EXTRAINCDIR += ${EXPLORER_PROCEDURES_PATH}
4041
EXTRAINCDIR += ${IMPORT_PATH}/chips/ocmb/explorer/common/include/
4142
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/explorer/procedures/hwp/memory/lib/
4243
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/p9a/procedures/hwp/memory/lib/

src/usr/mmio/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# OpenPOWER HostBoot Project
77
#
8-
# Contributors Listed Below - COPYRIGHT 2013,2019
8+
# Contributors Listed Below - COPYRIGHT 2013,2020
99
# [+] International Business Machines Corp.
1010
#
1111
#
@@ -29,12 +29,14 @@ SUBDIRS += test.d
2929
SUBDIRS += runtime.d
3030

3131
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
32+
EXTRAINCDIR += ${ROOTPATH}/src/include/util/
3233
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/
3334
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/
3435
EXTRAINCDIR += ${ROOTPATH}/src/import/
3536
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
3637
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/common/include/
3738
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
39+
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/inband/
3840
EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/
3941
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
4042

0 commit comments

Comments
 (0)