summaryrefslogtreecommitdiffstats
path: root/make/custom/erc32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/erc32.cfg')
-rw-r--r--make/custom/erc32.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index e4e1778851..22719cad1f 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -19,14 +19,3 @@ CPU_CFLAGS = -mcpu=cypress
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
-
-# 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 $(basename $@).exe \
- $(LINK_OBJS) $(LINK_LIBS) -Wl,-Map,$(basename $@).map
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-# Miscellaneous additions go here