diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2016-03-08 12:46:09 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-04-01 10:32:19 -0400 |
| commit | d5d3569be4c73bb6ea3d5da7852afc628ab8f98d (patch) | |
| tree | f264026c9f0be6eb98d679a9ccaaa9ba40f382d0 /src/usr/diag/prdf/makefile | |
| parent | 3d4ff0736829e9ddad861615e0192b4fe1478cb1 (diff) | |
| download | blackbird-hostboot-d5d3569be4c73bb6ea3d5da7852afc628ab8f98d.tar.gz blackbird-hostboot-d5d3569be4c73bb6ea3d5da7852afc628ab8f98d.zip | |
PRD: Partially flattened framework directories
The Hostboot and FSP specific framework directories have been
flattened. Held of doing the same for the common framework
directory since there is so much code in there.
Change-Id: I1a0346a88b4748a3e2027dd2c16e39e5a6ee9b32
RTC: 140081
Depends-on: I21c01ef76e25ba3580e44703fa691160f7be10a2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21864
Tested-by: Jenkins Server
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22561
Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/usr/diag/prdf/makefile')
| -rwxr-xr-x | src/usr/diag/prdf/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/makefile b/src/usr/diag/prdf/makefile index 7bea465eb..c70d1ce36 100755 --- a/src/usr/diag/prdf/makefile +++ b/src/usr/diag/prdf/makefile @@ -35,8 +35,9 @@ SUBDIRS += test.d # ROOTPATH must be defined before including this file. include prdf_hb_only.mk # Will define PRD_SRC_PATH and PRD_INC_PATH -# PRD_SRC_PATH and PRD_INC_PATH must be defined before including this file. +# PRD_SRC_PATH and PRD_INC_PATH must be defined before including these files. include common/prdf_common_fsp_and_hb.mk +include common/framework/prdf_framework.mk VPATH += ${prd_vpath} |

