diff options
author | Mark Wenning <wenning@us.ibm.com> | 2012-04-12 15:12:33 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-05-08 09:50:06 -0500 |
commit | 6c5431a87a7730b50d50092f33078a5c9ddd6ca4 (patch) | |
tree | d08459d6f8f7f8f157acb9ece2d050a5f2dc989e /src/makefile | |
parent | 32749fd1bcf7c34241f2ccee242c1cb611a65928 (diff) | |
download | talos-hostboot-6c5431a87a7730b50d50092f33078a5c9ddd6ca4.tar.gz talos-hostboot-6c5431a87a7730b50d50092f33078a5c9ddd6ca4.zip |
Call the Sleep/Winkle build HWP
RTC: 39785
Change-Id: I0e07c0f2a7827ee33bc0488e993734157b1850e1
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/910
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index ccffb4a52..37d3d9905 100644 --- a/src/makefile +++ b/src/makefile @@ -80,7 +80,8 @@ hbicore_EXTENDED_MODULES = ${EXTENDED_MODULES} # The sbe_pnor.bin is manually built from CVS SBE procedure files in CVS then copy # into HostBoot for now. HostBoot build team will have a process of building sbe_pnor # image later. -hbicore_DATA_MODULES = sample.if dimmspd.dat sbe_pnor.bin procmvpd.dat +hbicore_DATA_MODULES = sample.if dimmspd.dat sbe_pnor.bin procmvpd.dat \ + procpore.dat hbicore_LIDNUMBER = 80f00100 |