diff options
author | Lateef Quraishi <lateef@us.ibm.com> | 2016-08-02 11:48:43 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-08-08 09:08:22 -0400 |
commit | 4f6a69855e0912c25f0e3cf3d937162e1b131f3c (patch) | |
tree | ff9284a800444ae98966cb47165717a47ffe13d3 /src/usr/isteps/makefile | |
parent | 9df9fd233649eeb251f32a1218c73d0eb0dbbda7 (diff) | |
download | talos-hostboot-4f6a69855e0912c25f0e3cf3d937162e1b131f3c.tar.gz talos-hostboot-4f6a69855e0912c25f0e3cf3d937162e1b131f3c.zip |
Create ekb mirror libmss.so for isteps
makefile compiles all files under sub-direcotries and
creates the library. isteps 07, 13 & 14 are including it
Change-Id: I6171b9a1416c1b6ceab6d4e658cd37097d1bd70a
RTC: 157095
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27798
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/makefile')
-rw-r--r-- | src/usr/isteps/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile index 9fd69913a..1a448a9c5 100644 --- a/src/usr/isteps/makefile +++ b/src/usr/isteps/makefile @@ -40,6 +40,7 @@ SUBDIRS+=istep20.d SUBDIRS+=istep21.d SUBDIRS+=pm.d SUBDIRS += p9_stop_util.d +SUBDIRS += mss.d OBJS += hwpisteperror.o OBJS += hwpistepud.o |