diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2016-04-06 23:11:36 -0500 |
|---|---|---|
| committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-04-21 13:51:33 -0500 |
| commit | 76a60a176a3a53eddc4628f1d2384f3227d72d6b (patch) | |
| tree | c5d20f7b63769f415dbc3d9fba2e67c813f96674 /src/usr/fapi2/test/makefile | |
| parent | 76f1c48130a060fbe83c851fce2474c17b2df9b2 (diff) | |
| download | blackbird-hostboot-76a60a176a3a53eddc4628f1d2384f3227d72d6b.tar.gz blackbird-hostboot-76a60a176a3a53eddc4628f1d2384f3227d72d6b.zip | |
Update fapi2.mk and test/makefile
-Add missing comma in stanza which constructs the path
to the scom files in fapi2.mk
-Add path to test/makefile to include scom header files
Change-Id: Ib13f3e3ce5fe90a966b81f023110dce3d346aa6c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22991
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/makefile')
| -rw-r--r-- | src/usr/fapi2/test/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/makefile b/src/usr/fapi2/test/makefile index 5184e449e..ad5bf730f 100644 --- a/src/usr/fapi2/test/makefile +++ b/src/usr/fapi2/test/makefile @@ -33,6 +33,8 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ EXTRAINCDIR += ${ROOTPATH}/src/usr/fapi2/test/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/ + # Procedures |

