summaryrefslogtreecommitdiffstats
path: root/make/custom/mpc8260ads.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/mpc8260ads.cfg')
-rw-r--r--make/custom/mpc8260ads.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/make/custom/mpc8260ads.cfg b/make/custom/mpc8260ads.cfg
index 7d6468c11d..db40670cf1 100644
--- a/make/custom/mpc8260ads.cfg
+++ b/make/custom/mpc8260ads.cfg
@@ -21,15 +21,3 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
-
-# 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)
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here