summaryrefslogtreecommitdiff
path: root/rtl/z80
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-03-28 20:20:09 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-03-28 20:20:09 +0000
commitcd92f795c2d887bb51340da7762748e03967a337 (patch)
treecc688dc1f51627415648821935f4465cb6dc25a6 /rtl/z80
parent6400f7297de9239e1cfdb3bf3ceb2bf0be5dc28c (diff)
downloadfpc-cd92f795c2d887bb51340da7762748e03967a337.tar.gz
+ basic embedded rtl support for z80
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/z80@35677 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/z80')
-rw-r--r--rtl/z80/makefile.cpu6
1 files changed, 6 insertions, 0 deletions
diff --git a/rtl/z80/makefile.cpu b/rtl/z80/makefile.cpu
new file mode 100644
index 0000000000..07afe94a2f
--- /dev/null
+++ b/rtl/z80/makefile.cpu
@@ -0,0 +1,6 @@
+#
+# Here we set processor dependent include file names.
+#
+
+CPUNAMES=
+CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))