Mercurial > hg > Members > kono > nitros9-code
diff level1/makefile @ 1799:78b6ac6bba2c
makefile fixed for CO51
author | boisy |
---|---|
date | Mon, 11 Apr 2005 23:33:58 +0000 |
parents | 0af3f5f84033 |
children | 6cbe386d981f |
line wrap: on
line diff
--- a/level1/makefile Mon Apr 11 15:45:42 2005 +0000 +++ b/level1/makefile Mon Apr 11 23:33:58 2005 +0000 @@ -9,10 +9,10 @@ DISTRO = nos9$(CPU)l$(LEVEL) DISTROVER = $(DISTRO)$(NITROS9VER) -BOOTFILE_CO32 = bootfiles/bootfile_co51 +BOOTFILE_CO32 = bootfiles/bootfile_co32 BOOTFILE_CO51 = bootfiles/bootfile_co51 -BOOTFILE_CO80 = bootfiles/bootfile_co51 BOOTFILE_CO32_DS80 = bootfiles/bootfile_co32_ds80 +BOOTFILE_CO51_DS80 = bootfiles/bootfile_co51_ds80 KERNELFILE = bootfiles/kernel_1773 DIRS = cmds modules defs sys bootfiles @@ -72,7 +72,7 @@ $(DSK360K_1): $(RM) $@ $(OS9FORMAT_DS40) -q $@ -n"NitrOS-9/6809 Level 1 Disk 1" - $(OS9GEN) $@ -b=$(BOOTFILE_CO32) -t=$(KERNELFILE) + $(OS9GEN) $@ -b=$(BOOTFILE_CO51) -t=$(KERNELFILE) $(MAKDIR) $@,CMDS $(MAKDIR) $@,SYS $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS @@ -129,7 +129,7 @@ $(DSK720K): $(RM) $@ $(OS9FORMAT_DS80) -q $@ -n"NitrOS-9/6809 Level 1" - $(OS9GEN) $@ -b=$(BOOTFILE_CO32_DS80) -t=$(KERNELFILE) + $(OS9GEN) $@ -b=$(BOOTFILE_CO51_DS80) -t=$(KERNELFILE) $(MAKDIR) $@,CMDS $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS