summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/mss
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-04-26 09:52:00 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-29 10:43:33 -0500
commit41d22225ff918f5e43e38a8bd50336d63d7362b4 (patch)
treebe166423e7adefdf4f46c30979797d6946c63add /src/usr/isteps/mss
parent290b29f13a8ace0ba6dfbfc75e73f5a2e2a80504 (diff)
downloadtalos-hostboot-41d22225ff918f5e43e38a8bd50336d63d7362b4.tar.gz
talos-hostboot-41d22225ff918f5e43e38a8bd50336d63d7362b4.zip
Remove workaround filtering invalid filenames
When Axone HWPs first started coming in from the memory team they were naming some of the files the same name as what they did for the nimbus version of these files. This caused issues when we tried to compile because there were naming collisions. These file names have changed to have the model prepended to the filename Change-Id: I9868e39cb70c34f9eb3fbd7244b7c2065620f3eb RTC: 207832 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76568 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Glenn Miles <milesg@ibm.com> Reviewed-by: Matt Derksen <mderkse1@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/mss')
-rw-r--r--src/usr/isteps/mss/makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/isteps/mss/makefile b/src/usr/isteps/mss/makefile
index 40eec68d9..6a97664c9 100644
--- a/src/usr/isteps/mss/makefile
+++ b/src/usr/isteps/mss/makefile
@@ -198,10 +198,6 @@ MSS_MODULE_OBJS += $(if $(CONFIG_AXONE),$(patsubst %.C,%.o,$(MSS_AXONE_SOURCE)),
MSS_PATH_EXPLORER := $(EXPLORER_PROCEDURES_PATH)/hwp/memory/lib
MSS_EXPLORER_SOURCE := $(shell find $(MSS_PATH_EXPLORER) -name '*.C' -exec basename {} \;)
-# TODO RTC: 207832 Remove filter-out commands when new lib files come
-MSS_EXPLORER_SOURCE := $(filter-out memdiags.C,$(MSS_EXPLORER_SOURCE))
-MSS_EXPLORER_SOURCE := $(filter-out mcbist.C,$(MSS_EXPLORER_SOURCE))
-MSS_EXPLORER_SOURCE := $(filter-out memory_size.C,$(MSS_EXPLORER_SOURCE))
#must bring explorer_memory_size.o in even in Nimbus/Cumulus builds because of p9_mss_grouping nest HWP
MSS_MODULE_OBJS += $(if $(CONFIG_AXONE),$(patsubst %.C,%.o,$(MSS_EXPLORER_SOURCE)),explorer_memory_size.o)
MODULE = isteps_mss
OpenPOWER on IntegriCloud