summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/test/move/Makefile
blob: 4b301734fe5c85c79ab8b7ebc6d5b7bfe2cbaea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE= ../../../../avr
HOST_PROGS = fsm
IOBASE = ../..
fsm_SOURCES = main.c $(IOBASE)/fsm.c \
	      $(IOBASE)/move_cb.c $(IOBASE)/move_fsm.c \
	      $(IOBASE)/move.c
MODULES = utils
CONFIGFILE =
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen