diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2016-03-07 11:40:44 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-29 13:33:23 -0400 |
| commit | 40e763ce8ad18132b6244a695ca9bc5f96a07674 (patch) | |
| tree | 6dc851e3f51e357c228e2b929716e5e08baa5124 /src/usr/fapi2/fapi2.mk | |
| parent | c66c9b42b4e2aa5abb6293c732ad7f3245e1e3e0 (diff) | |
| download | talos-hostboot-40e763ce8ad18132b6244a695ca9bc5f96a07674.tar.gz talos-hostboot-40e763ce8ad18132b6244a695ca9bc5f96a07674.zip | |
Additional fapi2 hw_access support
Moved function implementations into .C file
Cleaned up cfam target check
Change-Id: Ib25e6cdb336688eb23e2cfef7f3756781839753f
RTC: 143118
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/867
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@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 c7837e20e..7d1bcb40e 100755 --- a/src/usr/fapi2/fapi2.mk +++ b/src/usr/fapi2/fapi2.mk @@ -39,7 +39,7 @@ OBJS += plat_attribute_service.o OBJS += plat_attr_override_sync.o OBJS += plat_hwp_invoker.o OBJS += target.o - +OBJS += plat_hw_access.o #EKB Objects (mirrored in src/import) OBJS += error_info.o |

