diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2013-05-03 16:52:54 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-06-02 16:01:02 -0500 |
| commit | 231c0fe688b855130c474dc2f89d83632ecd3e3c (patch) | |
| tree | 90f619475729b939f7f9987c58b725e38e7920f4 /src/usr/pnor/makefile | |
| parent | f74626d33553b1f5b557e57bf1a3672a6afb4e5a (diff) | |
| download | blackbird-hostboot-231c0fe688b855130c474dc2f89d83632ecd3e3c.tar.gz blackbird-hostboot-231c0fe688b855130c474dc2f89d83632ecd3e3c.zip | |
PNOR ECC algorithms
RTC: 70686
Change-Id: I977bbabf99d57cdf28ef2c0a79d1f10f6b1c201c
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4364
Tested-by: Jenkins Server
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/makefile')
| -rw-r--r-- | src/usr/pnor/makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/usr/pnor/makefile b/src/usr/pnor/makefile index 9a16dae5d..445c61739 100644 --- a/src/usr/pnor/makefile +++ b/src/usr/pnor/makefile @@ -1,29 +1,29 @@ -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. # -# $Source: src/usr/pnor/makefile $ +# $Source: src/usr/pnor/makefile $ # -# IBM CONFIDENTIAL +# IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011 +# COPYRIGHT International Business Machines Corp. 2011,2013 # -# p1 +# p1 # -# Object Code Only (OCO) source materials -# Licensed Internal Code Source Materials -# IBM HostBoot Licensed Internal Code +# Object Code Only (OCO) source materials +# Licensed Internal Code Source Materials +# IBM HostBoot Licensed Internal Code # -# The source code for this program is not published or other- -# wise divested of its trade secrets, irrespective of what has -# been deposited with the U.S. Copyright Office. +# The source code for this program is not published or otherwise +# divested of its trade secrets, irrespective of what has been +# deposited with the U.S. Copyright Office. # -# Origin: 30 +# Origin: 30 # -# IBM_PROLOG_END +# IBM_PROLOG_END_TAG ROOTPATH = ../../.. MODULE = pnor -OBJS = pnorrp.o pnordd.o +OBJS = pnorrp.o pnordd.o ecc.o SUBDIRS = test.d |

