summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mrm332/config/mrm332.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsps/m68k/mrm332/config/mrm332.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/bsps/m68k/mrm332/config/mrm332.cfg b/bsps/m68k/mrm332/config/mrm332.cfg
index 979f331399..7df1c189fa 100644
--- a/bsps/m68k/mrm332/config/mrm332.cfg
+++ b/bsps/m68k/mrm332/config/mrm332.cfg
@@ -17,12 +17,3 @@ CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(OBJCOPY) -O srec $(basename $@)$(EXEEXT) $(basename $@).srec
- sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \
- $(PACKHEX) > $(basename $@)$(DOWNEXT)
- rm -f $(basename $@).srec
- $(default-bsp-post-link)
-endef
-