diff options
| author | Chris Phan <cphan@us.ibm.com> | 2014-12-08 13:27:22 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-04 12:06:29 -0600 |
| commit | ed9910fb0c31c40656651bfc20ee071192be83e4 (patch) | |
| tree | f9f5c2bde1eed8668bc04d0012e0e20172fb3e68 /src/usr/diag/prdf/plugins/makefile | |
| parent | 0319f088919e7a9ab8d5804405cad33beda4e035 (diff) | |
| download | blackbird-hostboot-ed9910fb0c31c40656651bfc20ee071192be83e4.tar.gz blackbird-hostboot-ed9910fb0c31c40656651bfc20ee071192be83e4.zip | |
PRD: clean up fixme/todo in prd code
Change-Id: I2ec9df44ab66b7eed959ce53964e2bfa611516d7
RTC: 116444
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14817
Tested-by: Jenkins Server
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com>
Reviewed-by: Bilicon Patil <bilpatil@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/15527
Diffstat (limited to 'src/usr/diag/prdf/plugins/makefile')
| -rw-r--r-- | src/usr/diag/prdf/plugins/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/plugins/makefile b/src/usr/diag/prdf/plugins/makefile index d567d8e37..c2fab1948 100644 --- a/src/usr/diag/prdf/plugins/makefile +++ b/src/usr/diag/prdf/plugins/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2004,2014 +# Contributors Listed Below - COPYRIGHT 2013,2015 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,6 +31,7 @@ CFLAGS += -DPRDF_HOSTBOOT_ERRL_PLUGIN # library names. BASE_LIB_NAME = B-E500 +.include "prdf_rule.mk" .include "tables.mk" .include "plugins.mk" |

