Splitting out headers
[uccvend-snackrom.git] / ROM2 / Makefile
index 7995df9..7a4421e 100644 (file)
@@ -6,12 +6,17 @@ OBJS = \
 INCLUDES = vend.h
 
 
-CFLAGS = -O2 -Wall -m68hc11 -mshort -Wall -Wmissing-prototypes -Os -g0 \
+CFLAGS = -O3 -Wall -m68hc11 -mshort -Wall -Os -g0 \
        -msoft-reg-count=0 -ffixed-z
 
 LDFLAGS = -m68hc11 -mshort -Wl,-m,m68hc11elfb \
          -nostartfiles \
-         -Wl,-defsym,_io_ports=0x1000
+         -Wl,-defsym,_io_ports=0x1000 \
+         -Wl,-defsym,_switch_input=0x1800 \
+         -Wl,-defsym,_misc_input=0x2000 \
+         -Wl,-defsym,_home_sensors=0x2800 \
+         -Wl,-defsym,_changer_output=0x3000 \
+         -Wl,-defsym,_misc_output=0x3800
 
 OBJCOPY_FLAGS=--only-section=.text \
               --only-section=.rodata \
@@ -36,6 +41,16 @@ rom2.elf: $(OBJS) memory.x
 clean:
        rm -f $(OBJS) *.elf *.s19 *.b *.a
 
+#
+# Some useful rules
+#
+dump:  rom2.elf
+       $(OBJDUMP) -d $<
+
+size:   rom2.s19
+       $(SIZE) $<
+
+
 #
 # Implicit rules
 #

UCC git Repository :: git.ucc.asn.au