Mercurial > hg > Members > kono > nitros9-code
comparison level2/makefile @ 1869:a51439f6b206
Massive checkin
author | boisy |
---|---|
date | Sat, 30 Jul 2005 03:36:05 +0000 |
parents | 6cbe386d981f |
children | cdb589869808 |
comparison
equal
deleted
inserted
replaced
1868:cba8a54bc509 | 1869:a51439f6b206 |
---|---|
3 CPU = 6809 | 3 CPU = 6809 |
4 LEVEL = 2 | 4 LEVEL = 2 |
5 | 5 |
6 DISTRO = $(CPU)L$(LEVEL) | 6 DISTRO = $(CPU)L$(LEVEL) |
7 DISTRONAME = nos9$(CPU)l$(LEVEL) | 7 DISTRONAME = nos9$(CPU)l$(LEVEL) |
8 DISTROVER = $(DISTRO)$(NITROS9VER) | 8 DISTROVER = $(DISTRONAME)$(NITROS9VER) |
9 BOOTFILE_40D = bootfiles/bootfile_40d | 9 BOOTFILE_40D = bootfiles/bootfile_40d |
10 BOOTFILE_80D = bootfiles/bootfile_80d | 10 BOOTFILE_80D = bootfiles/bootfile_80d |
11 BOOTFILE_40D_50HZ = bootfiles/bootfile_40d_50hz | 11 BOOTFILE_40D_50HZ = bootfiles/bootfile_40d_50hz |
12 BOOTFILE_80D_50HZ = bootfiles/bootfile_80d_50hz | 12 BOOTFILE_80D_50HZ = bootfiles/bootfile_80d_50hz |
13 KERNELFILE = bootfiles/kernel_1773 | 13 KERNELFILE = bootfiles/kernel_1773 |