Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/makefile @ 3033:7028ce216ccf
Added SDC boot module from Darren Atkinson
author | tlindner |
---|---|
date | Tue, 23 Dec 2014 21:14:58 -0800 |
parents | eb04ba1c507f |
children | 22122ff8bef3 |
line wrap: on
line diff
--- a/level2/coco3/makefile Mon Dec 22 21:06:37 2014 -0800 +++ b/level2/coco3/makefile Tue Dec 23 21:14:58 2014 -0800 @@ -23,6 +23,7 @@ BOOTFILE_80D_50HZ = bootfiles/bootfile_80d_50hz KERNELFILE_BECKER = bootfiles/kernel_becker KERNELFILE_ARDUINO = bootfiles/kernel_arduino +KERNELFILE_COCOSDC = bootfiles/kernel_cocosdc KERNELFILE = bootfiles/kernel_1773 KERNELFILE_50HZ = bootfiles/kernel_1773_50hz KERNELFILE_DW = bootfiles/kernel_dw @@ -223,7 +224,7 @@ $(DSKCOCOSDC): $(RM) $@ $(OS9FORMAT) -t1024 -q $@ -n"NitrOS-9/$(CPU) Level 2" - $(OS9GEN) $@ -b=$(BOOTFILE_COCOSDC) -t=$(KERNELFILE) + $(OS9GEN) $@ -b=$(BOOTFILE_COCOSDC) -t=$(KERNELFILE_COCOSDC) $(MAKDIR) $@,CMDS $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS