annotate level1/dalpha/port.mak @ 3169:1ff3d7673e36

mc09 l2: bring sys/makefile in line with latest organisation for other platforms Revise bootfiles/makefile to remove sysgo from bootfile - it can be found on the root of the disk.
author Neal Crook <foofoobedoo@gmail.com>
date Mon, 17 Apr 2017 22:59:28 +0100
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 = dalpha
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
2 MACHINE = Dragon Alpha
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 = 6806
999159b0e7c0 retooled port makefiles
boisy
parents: 2827
diff changeset
6 HTTPD_PORT = 8806
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