changeset 1974:b2ee6d24edcc

Added targets for Dragon SS40 disks.
author afra
date Sun, 08 Jan 2006 21:43:31 +0000
parents 181cc8e3b622
children 434d4bf3895b
files level1/cmds/makefile
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/level1/cmds/makefile	Sun Jan 08 21:41:43 2006 +0000
+++ b/level1/cmds/makefile	Sun Jan 08 21:43:31 2006 +0000
@@ -21,6 +21,16 @@
 		rename runb save setime shellplus shell_21 sleep \
 		tee tmode touch tsmon tuneport unlink verify xmode
 
+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 dmode        
+
+DRAGON525CMDS2	= cputype dcheck debug ded deiniz devs dirsort disasm edit error \
+		grfdrv help iniz irqs megaread mpi os9gen padrom park printerr prompt \
+		runb shellplus shell_21 touch tuneport 
+
+
 SUBS		= gfx inkey syscall
 ALLOBJS		= $(CMDS) $(DRAGONCMDS) $(SUBS)
 
@@ -58,3 +68,9 @@
 
 showdragonobjs:
 	@$(ECHO) $(CMDS) $(DRAGONCMDS)
+
+showdragon525objs:
+	@$(ECHO) $(DRAGON525CMDS) $(SUBS)
+
+showdragon525objs2:
+	@$(ECHO) $(DRAGON525CMDS2) $(SUBS)
\ No newline at end of file