Mercurial > hg > Members > kono > nitros9-code
view bootman/makefile @ 2786:e333ec1907ef lwtools-port
Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
Updated level1/coco1/modules/makefile so that boot_dw_coco1
and dwio_coco1.sb get created.
Updated level1/coco1/bootfiles/makefile added detection of PORT
status so if coco1 is detected then dwio_coco1.sb and
boot_dw_coco1 are used in place of dwio.sb and boot_dw.
author | drencor-xeen |
---|---|
date | Sun, 27 Jan 2013 00:14:03 -0600 |
parents | 6c8f028e8c5e |
children | e4a0f58a5f9b c1892376e7a7 |
line wrap: on
line source
include ../rules.mak all: bootman_coco_6551 bootman_coco3_6551 #bootman_loader bootman_loader: bootman_loader.a mamou $^ -o$@ -mb bootman_coco_6551: bootman.r boot_config.r mach_coco.r llio_6551.r llbt_1773.r $(LINKER) $^ -o=$@ bootman_coco3_6551: bootman.r boot_config.r mach_coco3.r llio_6551.r llbt_1773.r $(LINKER) $^ -o=$@ dsk: bootman decb dskini bootman.dsk decb copy -b -2 bootman_coco_6551 bootman.dsk,BM6551.BIN decb copy -b -2 bootman_coco3_6551 bootman.dsk,BM36551.BIN clean: -$(RM) *.r bootman_coco_6551 bootman_coco3_6551 bootman.dsk