From f5bc66aaabe2ac3bc51248f49dacc6b41808ce0b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 5 Nov 2012 00:15:40 +0100 Subject: build: default to build lst file Also change LST command message. --- build/arch.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/arch.mk b/build/arch.mk index 75b9eaa..9daaf82 100644 --- a/build/arch.mk +++ b/build/arch.mk @@ -65,13 +65,14 @@ endef define arch_lst_rules lst: lst.$1 +all.$1: lst.$1 .PHONY: lst.$1 lst.$1: $$($1_PROGS:%=%.$1.lst) %.$1.lst: %.$1.elf - @echo "LST [$1] $$<" + @echo "LST [$1] $$@" $$Q$$($1_OBJDUMP) -h -S $$< > $$@ $1_EXTRA_CLEAN += $$($1_PROGS:%=%.$1.lst) -- cgit v1.2.3