Mercurial > hg > Members > kono > nitros9-code
diff level1/mc09/makefile @ 3121:96f1d18ce8cf
mc09: Tidy up makefiles and scripts further
Remove unneeded stuff from makefiles.
Fix up makefile targets to be more sensible.
Fix booter in scripts.
author | Neal Crook <foofoobedoo@gmail.com> |
---|---|
date | Mon, 05 Dec 2016 17:34:33 +0000 |
parents | aa8ba93eff2d |
children | 815cc5a9d9d3 |
line wrap: on
line diff
--- a/level1/mc09/makefile Sun Dec 06 23:29:05 2015 +0000 +++ b/level1/mc09/makefile Mon Dec 05 17:34:33 2016 +0000 @@ -7,8 +7,9 @@ DISTRO = $(CPU)L$(LEVEL) DISTRONAME = nos9$(CPU)l$(LEVEL) DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) -BOOTFILE_COVDG_SD80 = bootfiles/bootfile_covdg_sd80 -KERNELFILE_COCOSDC = bootfiles/kernel_cocosdc +# The BOOTFILE is for 80D (720K) virtual drive on SD, 50Hz timer interrupt +BOOTFILE_MC09SD = bootfiles/bootfile_mc09sd +KERNELFILE = bootfiles/kernel_mc09sd DIRS = cmds modules defs sys bootfiles wwwroot @@ -67,7 +68,7 @@ $(DSK720K): $(RM) $@ $(OS9FORMAT_DS80) -q $@ -n"NitrOS-9/$(CPU) Level $(LEVEL)" - $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_SD80) -t=$(KERNELFILE_COCOSDC) + $(OS9GEN) $@ -b=$(BOOTFILE_MC09SD) -t=$(KERNELFILE) $(MAKDIR) $@,CMDS $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS