[make system] correct hashing of hex file and better asm listings

This commit is contained in:
bg 2012-12-27 01:25:20 +01:00
parent 0dd4caec8e
commit 62232d4984
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ $(foreach algo, $(ALGORITHMS), $(eval $(call Listing_TEMPLATE, \
ifdef HASH_TOOL
ifneq ($(HASH_TOOL),)
@echo -n "[$(HASH_TOOL)]: "
@$(HASH_TOOL) $<
@$(HASH_TOOL) $@
endif
endif

View File

@ -24,7 +24,7 @@ SPEEDPREFIX =
SPEEDCMD = performance
SIZE_DIR = size_log/$(BOARD_NAME)/#
LIST_DIR = listings/$(BOARD_NAME)/#
LIST_OPT = -Wa,-adhln -g
LIST_OPT = -Wa,-adghlms -g
STAT_DIR = stats/$(BOARD_NAME)/#
CC = avr-gcc
CSTD = gnu99