Mercurial > hg > Members > kono > nitros9-code
comparison level1/coco/makefile @ 2039:fd6a34af179a
more changes
author | boisy |
---|---|
date | Sat, 22 Apr 2006 19:44:58 +0000 |
parents | 817fd1563b56 |
children | 392de115605e |
comparison
equal
deleted
inserted
replaced
2038:e972ab779861 | 2039:fd6a34af179a |
---|---|
1 PORT = coco | |
1 include $(NITROS9DIR)/rules.mak | 2 include $(NITROS9DIR)/rules.mak |
2 | 3 |
3 CPU = 6809 | 4 CPU = 6809 |
4 LEVEL = 1 | 5 LEVEL = 1 |
5 | 6 |
7 #WHICHSHELL = shellplus | 8 #WHICHSHELL = shellplus |
8 WHICHSHELL = shell_21 | 9 WHICHSHELL = shell_21 |
9 | 10 |
10 DISTRO = $(CPU)L$(LEVEL) | 11 DISTRO = $(CPU)L$(LEVEL) |
11 DISTRONAME = nos9$(CPU)l$(LEVEL) | 12 DISTRONAME = nos9$(CPU)l$(LEVEL) |
12 DISTROVER = $(DISTRONAME)$(NITROS9VER) | 13 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) |
13 BOOTFILE_COVDG = bootfiles/bootfile_covdg | 14 BOOTFILE_COVDG = bootfiles/bootfile_covdg |
14 BOOTFILE_COHR = bootfiles/bootfile_cohr | 15 BOOTFILE_COHR = bootfiles/bootfile_cohr |
15 BOOTFILE_COVDG_DS80 = bootfiles/bootfile_covdg_ds80 | 16 BOOTFILE_COVDG_DS80 = bootfiles/bootfile_covdg_ds80 |
16 BOOTFILE_COHR_DS80 = bootfiles/bootfile_cohr_ds80 | 17 BOOTFILE_COHR_DS80 = bootfiles/bootfile_cohr_ds80 |
17 KERNELFILE = bootfiles/kernel_1773 | 18 KERNELFILE = bootfiles/kernel_1773 |