summaryrefslogtreecommitdiffstats
path: root/make/custom/dmv177.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/dmv177.cfg')
-rw-r--r--make/custom/dmv177.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index e3fa5c489b..aff967ee8a 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -107,6 +107,7 @@ define make-exe
$(PROJECT_TOOLS)/packhex > $(basename $@).exe
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
$(SIZE) $(basename $@).nxe
+ $(STRIP) $(basename $@).nxe
endef
# Miscellaneous additions go here