Mercurial > hg > Members > kono > nitros9-code
comparison level2/mc09l2/makefile @ 3185:4d6cfe82ac3c
Add an underscore between each section of disk image names
This makes reading the names much easier. Applies to all ports.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Fri, 02 Jun 2017 08:58:17 +0200 |
parents | 55004ff56395 |
children | 4393a2b5b9a0 |
comparison
equal
deleted
inserted
replaced
3184:cbf1ad3c46b1 | 3185:4d6cfe82ac3c |
---|---|
1 include port.mak | 1 include port.mak |
2 | 2 |
3 DISTRO = $(CPU)L$(LEVEL) | 3 DISTRO = $(CPU)_L$(LEVEL) |
4 DISTRONAME = nos9$(CPU)l$(LEVEL) | 4 DISTRONAME = NOS9_$(CPU)_L$(LEVEL) |
5 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) | 5 DISTROVER = $(DISTRONAME)_$(NITROS9VER)_$(PORT) |
6 # Big BOOTFILE for 80D (720K) virtual drive on SD, 50Hz timer interrupt, extra modules and commands | 6 # Big BOOTFILE for 80D (720K) virtual drive on SD, 50Hz timer interrupt, extra modules and commands |
7 BOOTFILE_MC09SDXL = bootfiles/bootfile_mc09sdxl | 7 BOOTFILE_MC09SDXL = bootfiles/bootfile_mc09sdxl |
8 # The BOOTFILE is for 80D (720K) virtual drive on SD, 50Hz timer interrupt | 8 # The BOOTFILE is for 80D (720K) virtual drive on SD, 50Hz timer interrupt |
9 BOOTFILE_MC09SD = bootfiles/bootfile_mc09sd | 9 BOOTFILE_MC09SD = bootfiles/bootfile_mc09sd |
10 KERNELFILE = bootfiles/kernel_mc09sd | 10 KERNELFILE = bootfiles/kernel_mc09sd |