annotate level1/tano/port.mak @ 3255:d0e8324af298

level3: nitro module: Use KrnBlk instead of hardcoded $3F Helps porting to non-CoCo3 platforms.
author Tormod Volden <debian.tormod@gmail.com>
date Wed, 29 Aug 2018 08:44:37 +0200
parents 999159b0e7c0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2827
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
1 PORT = tano
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
2 MACHINE = Tano Dragon
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
3 CPU = 6809
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
4 LEVEL = 1
2828
999159b0e7c0 retooled port makefiles
boisy
parents: 2827
diff changeset
5 TELNET_PORT = 6808
999159b0e7c0 retooled port makefiles
boisy
parents: 2827
diff changeset
6 HTTPD_PORT = 8808
2827
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
7
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
8 include $(NITROS9DIR)/rules.mak