summaryrefslogtreecommitdiffstats
path: root/make/custom/rtl22xx.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/rtl22xx.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/custom/rtl22xx.cfg b/make/custom/rtl22xx.cfg
index 87007e4437..c8778463cb 100644
--- a/make/custom/rtl22xx.cfg
+++ b/make/custom/rtl22xx.cfg
@@ -22,12 +22,3 @@ CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
CFLAGS_OPTIMIZE_V = -Os -g -DNDEBUG
-
-define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS) -Wl,-Map,$(basename $@).map
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-
-# Miscellaneous additions go here