Browse Source

+ added makefile.cpu for mos6502

Nikolay Nikolov 1 month ago
parent
commit
e8c41b93a6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      rtl/mos6502/makefile.cpu

+ 6 - 0
rtl/mos6502/makefile.cpu

@@ -0,0 +1,6 @@
+#
+# Here we set processor dependent include file names.
+#
+
+CPUNAMES=
+CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))