diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2013-01-25 17:21:05 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-02-16 00:22:26 -0600 |
| commit | 6abba603d161e8ca70a2d0de0c0bffc82924f99e (patch) | |
| tree | dad9215330c4759114fe41d248ebff303bb95695 /src/usr/diag/prdf/test/makefile | |
| parent | 7c73f96c7e3f309210d58332dc7f3fc4012118ef (diff) | |
| download | blackbird-hostboot-6abba603d161e8ca70a2d0de0c0bffc82924f99e.tar.gz blackbird-hostboot-6abba603d161e8ca70a2d0de0c0bffc82924f99e.zip | |
PRD: Refactor prdfPlatServices
The prdfPlatServices_common.[HC] files should only contain code that is
common between FSP and Hostboot.
The prdfTargetServices.[HC] files should only contain code specific to
the common FSP/Hostboot targeting code.
The FSP prdfPlatServices.[HC] and Hostboot prdfPlatServices.[HC] files
will contain code that is specific to FSP or Hostboot, respectively.
Only prdfPlatServices_common.H will include prdfTargetServices.H.
Only the prdfPlatServices.H files will include prdfPlatServices_common.H.
All user code should include the respective prdfPlatServices.H file.
Change-Id: I6e723d6e6602194abfc24ee9c20c1949c393c0e2
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3041
Tested-by: Jenkins Server
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3213
Diffstat (limited to 'src/usr/diag/prdf/test/makefile')
| -rwxr-xr-x | src/usr/diag/prdf/test/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/test/makefile b/src/usr/diag/prdf/test/makefile index 3e3ad9c05..fff6b4852 100755 --- a/src/usr/diag/prdf/test/makefile +++ b/src/usr/diag/prdf/test/makefile @@ -42,6 +42,7 @@ EXTRAINCDIR += ${PRD_USR_PATH}/common/framework/config EXTRAINCDIR += ${PRD_USR_PATH}/common/framework/rule EXTRAINCDIR += ${PRD_USR_PATH}/common/plat EXTRAINCDIR += ${PRD_USR_PATH}/common/plat/pegasus +EXTRAINCDIR += ${PRD_USR_PATH}/framework/service EXTRAINCDIR += ${PRD_USR_PATH}/mnfgtools EXTRAINCDIR += ${PRD_USR_PATH}/test |

