summaryrefslogtreecommitdiffstats
path: root/make/custom/gen68340.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/gen68340.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg
index 826f3fc6b9..aa7d37b068 100644
--- a/make/custom/gen68340.cfg
+++ b/make/custom/gen68340.cfg
@@ -71,8 +71,8 @@ endef
else
define make-exe
- $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe $(LINK_OBJS) \
- $(LINK_LIBS)
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) \
+ -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $(basename $@).exe > $(basename $@).num
$(SIZE) $(basename $@).exe
# if you want to make a prom image