From 1e7df67a9cf7e98bcc0750a566796b3a2a51c61f Mon Sep 17 00:00:00 2001 From: cgsfv Date: Tue, 19 Mar 2019 16:43:47 +0100 Subject: Added .map + .lst + .rtl extra output files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7eb7229..d573825 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,8 @@ SRC_DIR = $(PROGRAM_ROOT)/software/$(PROGRAM) PROGRAM_ELF = $(SRC_DIR)/$(CONFIGURATION)/$(PROGRAM).elf PROGRAM_HEX = $(SRC_DIR)/$(CONFIGURATION)/$(PROGRAM).hex +PROGRAM_LST = $(SRC_DIR)/$(CONFIGURATION)/$(PROGRAM).lst +PROGRAM_RTL = $(SRC_DIR)/$(CONFIGURATION)/$(PROGRAM).rtl ############################################################# # BSP Loading -- cgit v1.2.1-18-gbd029