X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/23f85294a1f0ba1900bd3210965201cf73c04d6c..3f88ef88f347c2c2d7a77db9faab6652dd9c9042:/z180/Makefile diff --git a/z180/Makefile b/z180/Makefile index 11f9093..159371f 100644 --- a/z180/Makefile +++ b/z180/Makefile @@ -1,7 +1,9 @@ SRC := init.180 ddtz.180 -SRC += fifoio.180 msgbuf.180 asci1-i.180 console.180 +SRC += console.180 +SRC += msgbuf-a.180 conbuf-a.180 +SRC += asci1-p.180 SRC += romend.180 INC := config.inc z180reg.inc z180.lib @@ -87,7 +89,7 @@ hdrom.hex : $(OBJ) @#$(cpm-link) ld80 -o $@ -ms $(@:.hex=.map) -P $(LN_PROG) -D $(LN_DATA) $^ -%.rel %lst: %.180 +%.rel %.lst: %.180 @$(cpm-asm) hdrom.map: hdrom.hex