summaryrefslogtreecommitdiffstats
path: root/make/custom/edb7312.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/edb7312.cfg')
-rw-r--r--make/custom/edb7312.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg
index 388b2bfc1b..3c13747c22 100644
--- a/make/custom/edb7312.cfg
+++ b/make/custom/edb7312.cfg
@@ -19,12 +19,3 @@ CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
-
-define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-
-# Miscellaneous additions go here