diff options
author | Matt Derksen <v2cibmd@us.ibm.com> | 2016-03-04 10:45:33 -0600 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-04-04 09:09:35 -0400 |
commit | 287d15e08990eb8ad9892ca94ac38ebe35f9229e (patch) | |
tree | f2e0b3d9c559d3db9b156ff3f84a6783b1764d26 /src/usr/isteps/makefile | |
parent | 4b4772ef8b18f2e9c80795c47b3a5f81b3521c1f (diff) | |
download | talos-hostboot-287d15e08990eb8ad9892ca94ac38ebe35f9229e.tar.gz talos-hostboot-287d15e08990eb8ad9892ca94ac38ebe35f9229e.zip |
ISTEP08 HWP enablement
Change-Id: Id999da8e97c0bcd5cefabdeb2fe7c80d1efbf5da
RTC: 146576
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21463
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/makefile')
-rw-r--r-- | src/usr/isteps/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile index 5263dadf0..ea4c29168 100644 --- a/src/usr/isteps/makefile +++ b/src/usr/isteps/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2015 +# Contributors Listed Below - COPYRIGHT 2011,2016 # [+] International Business Machines Corp. # # @@ -41,6 +41,7 @@ SUBDIRS+=istep21.d OBJS += hwpisteperror.o OBJS += hwpistepud.o OBJS += istepHelperFuncs.o +OBJS += pbusLinkSvc.o EXTRAINCDIR += ${ROOTPATH}/src/usr/initservice/istepdispatcher |