summaryrefslogtreecommitdiffstats
path: root/src/build/Makefile
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-02-09 00:15:03 -0600
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2017-02-10 04:52:24 -0500
commitda4a1b1e07b9b283c693a58e2c2a37bb255eec06 (patch)
tree01745ec2bb119f4e125ec74167471d268abbe0a8 /src/build/Makefile
parent61d633f4a8b69b076a20f9e581efd68386718556 (diff)
downloadtalos-sbe-da4a1b1e07b9b283c693a58e2c2a37bb255eec06.tar.gz
talos-sbe-da4a1b1e07b9b283c693a58e2c2a37bb255eec06.zip
Remove .out and .map files from simics.tar
Change-Id: I7f6f73ee9f292e0985e16a225d67664d8f4f50d4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36212 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'src/build/Makefile')
-rw-r--r--src/build/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index b8156f47..d6576ee9 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -90,15 +90,10 @@ LLIBS += -listepcommon
SUBDIRS += $(ARRAYACCESS_INFRA_DIR)
LIB_DIRS += -L$(OBJDIR-ARRAYACCESS)
ARRAYACCESS := $(OBJDIR-ARRAYACCESS)/larrayaccess.a
-
LLIBS += -larrayaccess
-SIMICS_PPE_TAR_FILES += $(IMG_DIR)/$(IMAGE_LOADER_NAME).out
-SIMICS_PPE_TAR_FILES += $(IMG_DIR)/$(IMAGE_LOADER_NAME).map
-SIMICS_PPE_TAR_FILES += $(IMG_DIR)/$(IMAGE_LOADER_NAME).dis
+SIMICS_PPE_TAR_FILES += $(IMG_DIR)/$(IMAGE_LOADER_NAME).dis
ifeq ($(img), seeprom)
-SIMICS_PPE_TAR_FILES += $(IMG_DIR)/sbe_seeprom_*.out
-SIMICS_PPE_TAR_FILES += $(IMG_DIR)/sbe_seeprom_*.map
SIMICS_PPE_TAR_FILES += $(IMG_DIR)/sbe_seeprom_*.dis
endif
SIMICS_PPE_TAR_FILES += $(IMG_DIR)/sbe_*.syms
OpenPOWER on IntegriCloud