summaryrefslogtreecommitdiffstats
path: root/make/custom/rbtx4938.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/rbtx4938.cfg')
-rw-r--r--make/custom/rbtx4938.cfg13
1 files changed, 3 insertions, 10 deletions
diff --git a/make/custom/rbtx4938.cfg b/make/custom/rbtx4938.cfg
index 6c9f51d02a..81f4886552 100644
--- a/make/custom/rbtx4938.cfg
+++ b/make/custom/rbtx4938.cfg
@@ -18,14 +18,7 @@ CPU_CFLAGS = -mips3 -G0 -EL
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-# The following are definitions of make-exe which will work using ld as
-# is currently required.
-
-define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
- -o $@ -Xlinker -Map -Xlinker $(basename $@).map $(LINK_OBJS) $(LINK_LIBS)
- $(OBJCOPY) --srec-len=30 -O srec $@ $(basename $@).srec
+define bsp-post-link
+ $(OBJCOPY) --srec-len=30 -O srec $@ $(basename $@)$(DOWNEXT)
+ $(default-bsp-post-link)
endef
-
-# Miscellaneous additions go here
-