Mercurial > hg > Members > kono > nitros9-code
changeset 3107:3cce8745dd2e
l2 modules/makefile: Move some misplaced kernel file definitions
These would make sense in the bootfiles/makefile only.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 28 Feb 2016 21:38:33 +0100 |
parents | 5119107aaaa7 |
children | 95f38ad828e4 |
files | level2/coco3/bootfiles/makefile level2/coco3/modules/makefile level3/coco3/modules/makefile |
diffstat | 3 files changed, 4 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile Sun Feb 28 21:38:31 2016 +0100 +++ b/level2/coco3/bootfiles/makefile Sun Feb 28 21:38:33 2016 +0100 @@ -13,6 +13,10 @@ KERNEL_COCOSDC = $(MD)/rel_80 $(MD)/boot_sdc $(MD)/krn KERNEL_IDE = $(MD)/rel_80 $(MD)/boot_ide $(MD)/krn KERNEL_DIDE = $(MD)/rel_80 $(MD)/boot_dide $(MD)/krn +# these not used yet: +KERNEL_RAMPAK = $(MD)/rel_80 $(MD)/boot_rampak $(MD)/krn +KERNEL_KENTON = $(MD)/rel_80 $(MD)/boot_kenton $(MD)/krn +KERNEL_TC3 = $(MD)/rel_80 $(MD)/boot_tc3 $(MD)/krn FLOPPY_40D = $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd $(MD)/d2_40d.dd FLOPPY_80D = $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_80d.dd $(MD)/d2_80d.dd
--- a/level2/coco3/modules/makefile Sun Feb 28 21:38:31 2016 +0100 +++ b/level2/coco3/modules/makefile Sun Feb 28 21:38:33 2016 +0100 @@ -78,14 +78,6 @@ RFM = rfm.mn rfmdrv.dr ddy0.dd y0.dd y1.dd y2.dd y3.dd -# The following macros represent a collection of modules for various -# kernel tracks and bootfile configurations. -# -KERNEL_1773 = rel_32 boot_1773 krn -KERNEL_RAMPAK = rel_32 $(TPB)/boot_rampak krn -KERNEL_KENTON = rel_32 $(TPB)/boot_kenton krn -KERNEL_IDE = rel_32 $(TPB)/boot_ide krn - ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) $(RFM) all: $(ALLOBJS)
--- a/level3/coco3/modules/makefile Sun Feb 28 21:38:31 2016 +0100 +++ b/level3/coco3/modules/makefile Sun Feb 28 21:38:33 2016 +0100 @@ -79,15 +79,6 @@ RFM = rfm.mn rfmdrv.dr ddy0.dd y0.dd y1.dd y2.dd y3.dd -# The following macros represent a collection of modules for various -# kernel tracks and bootfile configurations. -# -KERNEL_1773 = rel_32 boot_1773 krn -KERNEL_RAMPAK = rel_32 $(TPB)/boot_rampak krn -KERNEL_KENTON = rel_32 $(TPB)/boot_kenton krn -KERNEL_IDE = rel_32 $(TPB)/boot_ide krn -KERNEL_TC3 = rel_32 $(TPB)/boot_tc3 krn - ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) $(RFM) all: $(ALLOBJS)