summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarsten Gosvig <40368726+cgsfv@users.noreply.github.com>2019-03-19 23:50:24 -0700
committerGitHub <noreply@github.com>2019-03-19 23:50:24 -0700
commit12355e0034f6b46c1026acde8dfacc423d3864f2 (patch)
tree0bd6b1effb9a2bc9cefba79f07c3e69ab63887cb /Makefile
parent318ac16f2b0fdab7ac82758993e7e6835b94115d (diff)
parent89df2ba74486c947b345494aecd96e51ff78497d (diff)
Merge pull request #210 from sifive/extra-output-files
Added .map + .lst + .rtl extra output files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7eb7229..4089f21 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ 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
#############################################################
# BSP Loading