summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fpc')
-rw-r--r--Makefile.fpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fpc b/Makefile.fpc
index 4f19cfeebd..1478b5e45b 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -94,6 +94,9 @@ endif
ifeq ($(CPU_TARGET),xtensa)
PPSUF=xtensa
endif
+ifeq ($(CPU_TARGET),z80)
+PPSUF=z80
+endif
# cross compilers uses full cpu_target, not just ppc-suffix
# (except if the target cannot run a native compiler)