summaryrefslogtreecommitdiffstats
path: root/make/custom/nds.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/nds.cfg')
-rw-r--r--make/custom/nds.cfg8
1 files changed, 2 insertions, 6 deletions
diff --git a/make/custom/nds.cfg b/make/custom/nds.cfg
index 7d88e2e953..004496e75e 100644
--- a/make/custom/nds.cfg
+++ b/make/custom/nds.cfg
@@ -23,9 +23,6 @@ CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
CFLAGS_OPTIMIZE_V = -O2
#CFLAGS_OPTIMIZE_V = -Os
-# The following are definitions of make-exe which will work using ld as
-# is currently required.
-
NDSTOOL = $(PROJECT_TOOLS)/ndstool
ifeq ($(RTEMS_MAKEFILE_PATH),)
@@ -37,8 +34,7 @@ endif
define bsp-post-link
$(default-bsp-post-link)
$(OBJCOPY) -O binary $(basename $@).exe $(basename $@).bin
- $(NDSTOOL) -c $(basename $@).nds -9 $(basename $@).bin -7 $(COPROC_ELF_PATH)/coproc.bin
+ $(NDSTOOL) -c $(basename $@).nds -9 $(basename $@).bin \
+ -7 $(COPROC_ELF_PATH)/coproc.bin
rm -f $(basename $@).bin
endef
-
-# Miscellaneous additions go here