summaryrefslogtreecommitdiffstats
path: root/sbe/image/Makefile
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-10-05 10:05:53 -0500
committerMartin Peschke <mpeschke@de.ibm.com>2015-10-05 10:16:49 -0500
commit579b8125e406452ff7bdf549e4aa9acb20cec54b (patch)
tree4367ef8495b90936679813c5bf9368bb7a56e5eb /sbe/image/Makefile
parent0f7903a8ab2c26b10d740d57151620e3246ea19b (diff)
downloadtalos-sbe-579b8125e406452ff7bdf549e4aa9acb20cec54b.tar.gz
talos-sbe-579b8125e406452ff7bdf549e4aa9acb20cec54b.zip
Add tracehash in make all
Change-Id: If313a22e8a6292f00c1ed50224765aecb0d4b6d6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20943 Tested-by: Jenkins Server Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Diffstat (limited to 'sbe/image/Makefile')
-rw-r--r--sbe/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbe/image/Makefile b/sbe/image/Makefile
index 442d6bc6..7417264d 100644
--- a/sbe/image/Makefile
+++ b/sbe/image/Makefile
@@ -169,7 +169,7 @@ endif
.PHONY: all normalize defaultset appendbase appendloader add_entry_offset add_entry_address_sbe symbols
-all: $(OBJDIR)/$(IMAGE_SEEPROM_NAME).bin $(OBJDIR)/$(IMAGE_SBE_NAME).bin $(OBJDIR)/$(IMAGE_LOADER_NAME).bin $(SBE_TOOLS) normalize defaultset $(OBJDIR)/fixed.bin appendbase appendloader add_entry_offset add_entry_address_sbe symbols
+all: $(OBJDIR)/$(IMAGE_SEEPROM_NAME).bin $(OBJDIR)/$(IMAGE_SBE_NAME).bin $(OBJDIR)/$(IMAGE_LOADER_NAME).bin $(SBE_TOOLS) normalize defaultset $(OBJDIR)/fixed.bin appendbase appendloader add_entry_offset add_entry_address_sbe symbols tracehash
add_entry_offset: $(OBJDIR)/$(IMAGE_SEEPROM_NAME).out
$(TOOLS_IMAGE_DIR)/sbe_xip_tool $(OBJDIR)/$(IMAGE_SEEPROM_NAME).bin set entry_offset 0x`nm $(OBJDIR)/$(IMAGE_SEEPROM_NAME).out | grep sbe_loader | cut -f 1 -d " "`
OpenPOWER on IntegriCloud