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/istep14/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/istep14/makefile')
-rw-r--r-- | src/usr/isteps/istep14/makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile index 6b9a1a5f1..836edad78 100644 --- a/src/usr/isteps/istep14/makefile +++ b/src/usr/isteps/istep14/makefile @@ -50,15 +50,6 @@ OBJS += call_proc_setup_bars.o OBJS += call_proc_htm_setup.o OBJS += call_proc_exit_cache_contained.o OBJS += call_host_mpipl_service.o -OBJS += memdiags.o -OBJS += mcbist.o -OBJS += sim.o -OBJS += rank.o -OBJS += patterns.o - -#Object files from lib directories -OBJS += memory_size.o -OBJS += c_str.o include ${ROOTPATH}/procedure.rules.mk include ${PROCEDURE_PATH}/hwp/nest/p9_htm_setup.mk |