summaryrefslogtreecommitdiffstats
path: root/make/custom/eZKit533.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/eZKit533.cfg')
-rw-r--r--make/custom/eZKit533.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/eZKit533.cfg b/make/custom/eZKit533.cfg
index dd37d42544..e443be0934 100644
--- a/make/custom/eZKit533.cfg
+++ b/make/custom/eZKit533.cfg
@@ -20,16 +20,3 @@ CPU_CFLAGS =
# optimize flag: typically -O2
# gcc-4.2.0 segfaults on -OX > -O0
CFLAGS_OPTIMIZE_V = -O0 -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) \
- $(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here