summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/psim.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 76ef5e4beb..177097c676 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -20,12 +20,3 @@ CPU_CFLAGS = -mcpu=603e -Dppc603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
-
-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