diff options
author | Mark Wenning <wenning@us.ibm.com> | 2012-05-24 16:21:24 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-19 10:47:28 -0500 |
commit | 3325fd345ef3e8d17a2f5527b49b13758b615a46 (patch) | |
tree | 765895734f2e1cd746f6e7077220043cdeef8775 /src/usr/hwpf/plat/makefile | |
parent | 733ba77cc3d60ac69143a9fb5be21202495d02a7 (diff) | |
download | talos-hostboot-3325fd345ef3e8d17a2f5527b49b13758b615a46.tar.gz talos-hostboot-3325fd345ef3e8d17a2f5527b49b13758b615a46.zip |
HWP utility functions : getMvpdPdr
Change-Id: I44b874f7f945f6a71640afeed6deed146f436753
RTC: 41533
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1099
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/plat/makefile')
-rw-r--r-- | src/usr/hwpf/plat/makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usr/hwpf/plat/makefile b/src/usr/hwpf/plat/makefile index e14cf76a1..5fd92402a 100644 --- a/src/usr/hwpf/plat/makefile +++ b/src/usr/hwpf/plat/makefile @@ -1,11 +1,11 @@ -# IBM_PROLOG_BEGIN_TAG +# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # $Source: src/usr/hwpf/plat/makefile $ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011 +# COPYRIGHT International Business Machines Corp. 2011-2012 # # p1 # @@ -19,7 +19,7 @@ # # Origin: 30 # -# IBM_PROLOG_END +# IBM_PROLOG_END_TAG ROOTPATH = ../../../.. MODULE = plat @@ -34,6 +34,7 @@ OBJS = fapiPlatHwAccess.o \ fapiPlatSystemConfig.o \ fapiPlatTarget.o \ fapiPlatUtil.o \ - fapiPlatAttributeService.o + fapiPlatAttributeService.o \ + fapiMvpdAccess.o include ${ROOTPATH}/config.mk |