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/fapi2.mk | |
| parent | 76f1c48130a060fbe83c851fce2474c17b2df9b2 (diff) | |
| download | talos-hostboot-76a60a176a3a53eddc4628f1d2384f3227d72d6b.tar.gz talos-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/fapi2.mk')
| -rwxr-xr-x | src/usr/fapi2/fapi2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk index db3bc2484..1adbbf340 100755 --- a/src/usr/fapi2/fapi2.mk +++ b/src/usr/fapi2/fapi2.mk @@ -77,7 +77,7 @@ FAPI2_ATTR_XML := $(filter-out ${HB_TEMP_DFLT_XML},$(FAPI2_ATTR_XML)) # Chip SCOM address header files. FAPI2_PLAT_INCLUDE += $(addsuffix /common/include, \ - $(addprefix $(ROOTPATH)/src/import/chips/$CHIPS)) + $(addprefix $(ROOTPATH)/src/import/chips/, $(CHIPS))) #------------------------------------------------------------------------------ # The PLAT HWP RC and FFDC parser file generated from Error XML files |

