Lots of changes! Takes us to rom S
[uccvend-snackrom.git] / ROM2 / Makefile
index 2f8c158..17694c0 100644 (file)
@@ -2,13 +2,13 @@
 
 OBJS = \
        motors.o keypad.o display_basic.o coinmech.o chime.o \
-       helpers.o main_basic.o comm.o \
+       helpers.o main_basic.o sci.o \
        vectors.o start.o
 INCLUDES = vend.h keypad.h chime.h asm.h display_basic.h ports.h types.h
 
 # debugging doesn't get compiled into the ROM image
 CFLAGS = -m68hc11 -mshort -Wall -O1 \
-       -msoft-reg-count=0 -ffixed-z -g
+       -msoft-reg-count=0 -ffixed-z -g -fomit-frame-pointer
 
 LDFLAGS = -m68hc11 -mshort -Wl,-m,m68hc11elfb \
          -nostartfiles \

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