Mercurial > hg > Members > kono > nitros9-code
changeset 2779:3c95627d0ca9 lwtools-port
Removed unneeded clock2_dw_becker file and references
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Wed, 23 Jan 2013 21:23:45 -0600 |
parents | c5c00f884f0d |
children | 7bbf59fa99aa aaba193af04f |
files | level2/coco3/bootfiles/makefile level2/coco3/modules/makefile |
diffstat | 2 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile Wed Jan 23 21:20:07 2013 -0600 +++ b/level2/coco3/bootfiles/makefile Wed Jan 23 21:23:45 2013 -0600 @@ -59,8 +59,7 @@ CLOCK50HZ = $(MD)/clock_50hz $(MD)/clock2_soft CLOCK60HZ = $(MD)/clock_60hz $(MD)/clock2_soft CLOCK60HZDW = $(MD)/clock_60hz $(MD)/clock2_dw -CLOCK60HZBECKER = $(MD)/clock_60hz $(MD)/clock2_dw_becker - + # NitrOS-9 disk bootfile to allow booting from DriveWire server # on a DE1 or Xilinx using Gary Becker's CoCo 3 FGPA BOOTFILE_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ @@ -74,7 +73,7 @@ $(SCDWV_NET) \ $(SCDWP) \ $(PIPE) \ - $(CLOCK60HZBECKER) + $(CLOCK60HZDW) # NitrOS-9 disk bootfile to allow booting from DriveWire server # on an Arduino and CoCoPort
--- a/level2/coco3/modules/makefile Wed Jan 23 21:20:07 2013 -0600 +++ b/level2/coco3/modules/makefile Wed Jan 23 21:23:45 2013 -0600 @@ -30,7 +30,7 @@ CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ clock2_smart clock2_harris clock2_cloud9 clock2_soft \ - clock2_jvemu clock2_messemu clock2_dw clock2_dw_becker + clock2_jvemu clock2_messemu clock2_dw RBF = rbf.mn \ rbdw.dr dwio.sb dwio_becker.sb dwio_arduino.sb \ @@ -410,9 +410,6 @@ clock2_bnb: clock2_ds1315.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -DBNB=1 -clock2_dw_becker: clock2_dw.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -DBECKER=1 - clean: $(CD) kernel; make $@ $(RM) $(ALLOBJS)