summaryrefslogtreecommitdiffstats
path: root/make/custom/ods68302.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/ods68302.cfg')
-rw-r--r--make/custom/ods68302.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index 229f9b0d4b..d5ef6ac8b3 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -71,7 +71,7 @@ define make-exe
endef
else
define make-exe
- $(LINK.c) $(LDLIBS) \
+ $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
-Wl,-defsym -Wl,MC68302_BASE=$(MC68302_BASE) \
-o $@ \
$(LINK_OBJS) $(LINK_LIBS)