]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - z180/Tupfile
fat cp: more on flags
[z180-stamp.git] / z180 / Tupfile
index 23855f8bc086b12c6e7eebd076facd376514f30f..c7d79fbea81cfee4c8aef548fc4ebffd1d9fe6ca 100644 (file)
@@ -1,13 +1,14 @@
 include_rules
 
 PROG   = hdrom
+CFBOOT = cfboot
 
 SRC    = init.180
 SRC    += ddtz.180
-#SRC   += fifoio.180 msgbuf.180 asci-p.180 console.180
-SRC    += msgbuf-a.180 conbuf-a.180 asci-p.180 bioscio.180 chario.180
-# serial (asci1) console only:
-#SRC   += asci1-i.180 console.180
+SRC    += msgbuf-a.180 conbuf-a.180
+#SRC   += bioscio.180 chario.180
+SRC    += console.180
+SRC    += asci-p.180
 SRC    += romend.180
 
 
@@ -48,6 +49,9 @@ rm -f ${OUTPUT}; exit ${ERROR} \
 : $(PROG).hex |> srec_cat -o %o -c_array %B -C_COMpressed -include %f -Intel |> $(PROG).c | $(PROG).h
 
 
+: $(CFBOOT).180 |> $(AS) -%B/HFS |> %B.hex | %B.lst
+: $(CFBOOT).hex |> srec_cat -o %o -c_array %B -C_COMpressed -include %f -Intel |> $(CFBOOT).c | $(CFBOOT).h
+
 #COMMAND="$(AS) -%B/$(AS_OPT)"; \