changeset 2922:077b1e4528fd

dragon: Do not try to copy missing acia51 from cmds There is no source file for this driver module. acia51 is the driver for the built-in serial port on the Dragon 64. The "acia51" module can be found in the Dragon Data OS-9 distribution, for instance on the OS9-SYSTEM.VDK image.
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 17 Jan 2014 23:28:45 +0100
parents ada96e56ab0e
children 103a3279ad13
files level1/d64/cmds/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/d64/cmds/makefile	Fri Jan 17 23:13:22 2014 +0100
+++ b/level1/d64/cmds/makefile	Fri Jan 17 23:28:45 2014 +0100
@@ -27,7 +27,7 @@
 DRAGON525CMDS	= asm attr backup binex build cmp cobbler copy date del deldir \
 		dir display dmode dsave dump echo exbin format free ident link list \
 		load login makdir mdir merge mfree os9gen printerr procs pwd pxd rename \
-		save setime shell_21 sleep tee tmode tsmon unlink verify xmode acia51
+		save setime shell_21 sleep tee tmode tsmon unlink verify xmode
 
 DRAGON525CMDS2	= cputype dcheck debug ded deiniz devs dirsort disasm edit error \
 		grfdrv help iniz irqs megaread mpi os9gen padrom park printerr prompt \