diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2014-10-28 14:08:11 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-11-17 09:57:20 -0600 |
| commit | 1baec324ca5b2f79ca7a6507e3f6b3affeb5ecee (patch) | |
| tree | 919ef8a29d8e2ef29a9efd58d6c1a8626bba9e2c /src/usr/diag/prdf/makefile | |
| parent | e92260f1bb99bc67b00bb75d85adf65f79175410 (diff) | |
| download | talos-hostboot-1baec324ca5b2f79ca7a6507e3f6b3affeb5ecee.tar.gz talos-hostboot-1baec324ca5b2f79ca7a6507e3f6b3affeb5ecee.zip | |
PRD: refactored prd_pegasus.mk
Change-Id: Ia520b7e755cc2802541cd0ba8f41c57a4792dcac
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14330
Tested-by: Jenkins Server
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com>
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14488
Diffstat (limited to 'src/usr/diag/prdf/makefile')
| -rwxr-xr-x | src/usr/diag/prdf/makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/makefile b/src/usr/diag/prdf/makefile index 04b6c0b42..c4843a3e1 100755 --- a/src/usr/diag/prdf/makefile +++ b/src/usr/diag/prdf/makefile @@ -99,15 +99,12 @@ endif #------------------------------------------------------------------------------ include common/prd_ruletable.mk -include common/prd_pegasus.mk include prdf_hb_only.mk OBJS += ${prd_object_files} OBJS += ${prd_object_files_no_sim} OBJS += ${prd_ruletable} -OBJS += ${prd_pegasus_specific} OBJS += ${prd_object_files_HB} -OBJS += ${PRDF_RULE_PLUGINS_PEGASUS} OBJS += ${PRDF_RULE_PLUGINS_PEGASUS_HB} include common/prdf_common_fsp_and_hb.mk @@ -115,6 +112,7 @@ include prdf_common_hb_only.mk OBJS += ${prd_obj} OBJS += ${prd_obj_no_sim} +OBJS += ${prd_rule_plugin} #------------------------------------------------------------------------------ # Generated Mfg Threshold Header file |

