diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-02-20 17:37:16 -0600 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-03-11 15:53:07 -0500 |
| commit | 552339eb7f7855f907dd0836c9cb2730887306a8 (patch) | |
| tree | 7819872a1d0beae00dd78d2285d1ecca004e6e6a /src/usr/makefile | |
| parent | 4984330e0ef90cfa867e7ccde916cea196fa2b44 (diff) | |
| download | talos-hostboot-552339eb7f7855f907dd0836c9cb2730887306a8.tar.gz talos-hostboot-552339eb7f7855f907dd0836c9cb2730887306a8.zip | |
Create a common explorer accesss module expaccess
Move everything from expscom to the new, more general, expaccess.
All code dealing with io to explorer should live here.
Also add some ocmb communication test cases.
Change-Id: Icd57bc094782873afb18ac22518aa2681db0b933
RTC: 186630
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72224
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/makefile')
| -rw-r--r-- | src/usr/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/makefile b/src/usr/makefile index c2c0f5b35..5f4e94cf3 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2010,2018 +# Contributors Listed Below - COPYRIGHT 2010,2019 # [+] Google Inc. # [+] International Business Machines Corp. # @@ -36,7 +36,7 @@ SUBDIRS += diag.d SUBDIRS += dump.d SUBDIRS += errl.d SUBDIRS += errldisplay.d -SUBDIRS += expscom.d +SUBDIRS += expaccess.d SUBDIRS += fapi2.d SUBDIRS += fsi.d SUBDIRS += fsiscom.d |

