]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - z180/Makefile
fat cp: more on flags
[z180-stamp.git] / z180 / Makefile
index 11f9093836d7b72199b0a80f62485d69788f60c5..159371f5261304964a26b0ca885b5063f041aaca 100644 (file)
@@ -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