summaryrefslogtreecommitdiffstats
path: root/make/custom/ods68302.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 abceb1f5e0..7f7ae47230 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -84,7 +84,7 @@ define make-exe
endef
else
define make-exe
- $(CC) $(CFLAGS) $(CFLAGS_LD) \
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) \
-Wl,-defsym -Wl,MC68302_BASE=$(MC68302_BASE) \
-o $(basename $@).exe \
$(LINK_OBJS) $(LINK_LIBS)