arch: xtensa: display memory dump in the map file and add prefix

Also make sure the binaries have platform prefix.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-06-06 20:14:56 +01:00
parent 2743d0eeda
commit 535201458f
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ reef_LDFLAGS = \
-T ../../platform/$(PLATFORM)/$(PLATFORM_LDSCRIPT)
bin-local: reef
$(OBJCOPY) -O binary reef reef.bin
$(OBJDUMP) -D reef > reef-$(FW_NAME).map
$(OBJCOPY) -O binary reef reef-$(FW_NAME).bin
$(OBJDUMP) -h -D reef > reef-$(FW_NAME).map
rimage -i reef -o reef-$(FW_NAME).ri -m $(FW_NAME)
vminstall-local: