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/istep07/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/istep07/makefile')
-rw-r--r-- | src/usr/isteps/istep07/makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/usr/isteps/istep07/makefile b/src/usr/isteps/istep07/makefile index 426167bcb..dad212312 100644 --- a/src/usr/isteps/istep07/makefile +++ b/src/usr/isteps/istep07/makefile @@ -33,21 +33,6 @@ OBJS += call_mss_freq.o OBJS += call_mss_eff_config.o OBJS += call_mss_attr_update.o -# library objects needed -OBJS += spd_decoder.o -OBJS += fake_spd.o -OBJS += fake_vpd.o -OBJS += c_str.o -OBJS += memory_size.o -OBJS += attr_setters.o -OBJS += cas_latency.o -OBJS += eff_config.o -OBJS += timing.o -OBJS += rank.o -OBJS += sync.o - - - #Add all the extra include paths EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/sbe/ |