From e5e01d76f01b6a3304435f687da804cdf33af7a1 Mon Sep 17 00:00:00 2001 From: "Andre A. Marin" Date: Fri, 1 May 2020 11:23:55 -0500 Subject: [PATCH] Remove .mk references to unused p9a object files Fixes build fail for mirrored ekb/master commit https://rchgit01.rchland.ibm.com/gerrit1/#/c/96166/. Changes to the makefile of this commit helps the referenced gerrit commit pass Jenkins CI. Change-Id: I7b3767503a4ef1591b9c6eda3b02fb44bf883d1a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/96204 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- src/usr/isteps/mss/runtime/makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/usr/isteps/mss/runtime/makefile b/src/usr/isteps/mss/runtime/makefile index f3ec739e098..06f5d37b0f6 100644 --- a/src/usr/isteps/mss/runtime/makefile +++ b/src/usr/isteps/mss/runtime/makefile @@ -83,14 +83,12 @@ VPATH += ${MSS_LIB} ####### # Add the specific files we need for HBRT OBJS += c_str.o -OBJS += axone_c_str.o OBJS += nimbus_c_str.o OBJS += mcbist.o OBJS += mcbist_workarounds.o OBJS += rank.o OBJS += memory_size.o OBJS += gen_mss_mcbist_patterns.o -OBJS += axone_pos.o OBJS += nimbus_pos.o OBJS += unmask.o