File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# OpenPOWER HostBoot Project
7
7
#
8
- # Contributors Listed Below - COPYRIGHT 2011,2019
8
+ # Contributors Listed Below - COPYRIGHT 2011,2020
9
9
# [+] International Business Machines Corp.
10
10
#
11
11
#
@@ -33,4 +33,7 @@ include expaccess.mk
33
33
34
34
include ${ROOTPATH}/config.mk
35
35
36
+ EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/generic/memory/lib/
37
+ EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/explorer/procedures/hwp/memory/lib/
38
+
36
39
VPATH += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
Original file line number Diff line number Diff line change 5
5
#
6
6
# OpenPOWER HostBoot Project
7
7
#
8
- # Contributors Listed Below - COPYRIGHT 2011,2019
8
+ # Contributors Listed Below - COPYRIGHT 2011,2020
9
9
# [+] International Business Machines Corp.
10
10
#
11
11
#
@@ -32,6 +32,9 @@ SUBDIRS += test.d
32
32
include ../expaccess.mk
33
33
34
34
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/
35
38
36
39
VPATH += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
37
40
VPATH += ${ROOTPATH}/src/usr/expaccess/
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/
37
37
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/
38
38
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
39
39
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
40
+ EXTRAINCDIR += ${EXPLORER_PROCEDURES_PATH}
40
41
EXTRAINCDIR += ${IMPORT_PATH}/chips/ocmb/explorer/common/include/
41
42
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/explorer/procedures/hwp/memory/lib/
42
43
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/p9a/procedures/hwp/memory/lib/
Original file line number Diff line number Diff line change 5
5
#
6
6
# OpenPOWER HostBoot Project
7
7
#
8
- # Contributors Listed Below - COPYRIGHT 2013,2019
8
+ # Contributors Listed Below - COPYRIGHT 2013,2020
9
9
# [+] International Business Machines Corp.
10
10
#
11
11
#
@@ -29,12 +29,14 @@ SUBDIRS += test.d
29
29
SUBDIRS += runtime.d
30
30
31
31
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
32
+ EXTRAINCDIR += ${ROOTPATH}/src/include/util/
32
33
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/
33
34
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/
34
35
EXTRAINCDIR += ${ROOTPATH}/src/import/
35
36
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
36
37
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/common/include/
37
38
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
39
+ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/inband/
38
40
EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/
39
41
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
40
42
You can’t perform that action at this time.
0 commit comments