summaryrefslogtreecommitdiffstats
path: root/sbe/image
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-07-06 05:22:28 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-14 04:43:02 -0400
commite928f32dbf3f21cc22a2de13e4c33b40f0b1da86 (patch)
treec378ef8b2d75e983278c12ca2c9c2aec30bb2e9a /sbe/image
parenteef950604627062f2833815af854a073a02d401c (diff)
downloadtalos-sbe-e928f32dbf3f21cc22a2de13e4c33b40f0b1da86.tar.gz
talos-sbe-e928f32dbf3f21cc22a2de13e4c33b40f0b1da86.zip
Renaming SBE trexStringFile
Change-Id: I728fe06135300b2a02dafb5af9d18cb25081f469 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26666 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/image')
-rw-r--r--sbe/image/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbe/image/Makefile b/sbe/image/Makefile
index f03bc65c..abb145ff 100644
--- a/sbe/image/Makefile
+++ b/sbe/image/Makefile
@@ -144,7 +144,7 @@ SIMICS_PPE_TAR_FILES += $(OBJDIR)/../test/*.xml
SIMICS_PPE_TAR_FILES += $(OBJDIR)/../test/*.py
SIMICS_PPE_TAR_FILES += $(OBJDIR)/../../tools/ppetracepp/fsp-trace
SIMICS_PPE_TAR_FILES += $(OBJDIR)/../../tools/ppetracepp/ppe2fsp
-SIMICS_PPE_TAR_FILES += $(OBJDIR)/trexStringFile
+SIMICS_PPE_TAR_FILES += $(OBJDIR)/sbeStringFile
SIMICS_BB_TAR_FILES += $(OBJDIR)/../build/simics/*
# Common Pm libraries
@@ -445,11 +445,11 @@ appendloader: $(P9_XIP_TOOL) $(OBJDIR)/$(IMAGE_SEEPROM_NAME).bin $(OBJDIR)/$(IMA
#/afs/bb/proj/cte/tools/ppetools/prod/powerpc-eabi/bin/objcopy -O binary --only-section=.fixed $(OBJDIR)/$(IMAGE_SEEPROM_NAME).out $(OBJDIR)/fixed.bin
-# collect all of the trace hash files for this image into a single trexStringFile
+# collect all of the trace hash files for this image into a single sbeStringFile
.PHONY : tracehash
tracehash:
mkdir -p $(OBJDIR)
- $(THASH) -c -d $(OBJDIR) -s $(OBJDIR)/trexStringFile
+ $(THASH) -c -d $(OBJDIR) -s $(OBJDIR)/sbeStringFile
#clean the kernel directory first, then the application level clean
clean:
OpenPOWER on IntegriCloud