]> cloudbase.mooo.com Git - z180-stamp-cpm3.git/blobdiff - cbios/Makefile
AVRCON --> USB0
[z180-stamp-cpm3.git] / cbios / Makefile
index 9ea368816c8beeb3c6bbe33941fe9f327a1f3449..e24e41f90ac012fd6606748aa7dc53ff6d47adfd 100644 (file)
@@ -1,7 +1,7 @@
 
 
 SRC := bioskrnl.180 boot.180 chario.180 drvtbl.180
-SRC += move.180 misc.180 time.180 mm.180
+SRC += move.180 time.180 mm.180 misc.180 utils.180
 SRC += msgbuf.180 conbuf.180 ascip.180 sdio.180
 SRC += scb.180
 
@@ -28,7 +28,7 @@ LN_QUIET = 1
 #LNKCMD =
 LN_VERB = /V
 LN_PROG = 0
-LN_DATA = C000
+LN_DATA = F000
 
 
 .suffixes:
@@ -80,7 +80,7 @@ define cpm-bioslink =
   $${COMMAND} > $${OUTPUT} || exit 1;\
   ERROR=0;\
   grep -Ev '^[@?$$._ 0-9A-Z]{7}  [0-9A-F]{4}' $${OUTPUT};\
-  grep -q ':' $${OUTPUT} && ERROR=2; \
+  grep -Eq ':|UNRECOGNIZED' $${OUTPUT} && ERROR=2; \
   [ "$${ERROR}" != "0" ] && rm -f $@; \
   exit $${ERROR}
 endef