summaryrefslogtreecommitdiff
path: root/digital/io/src/test/gutter/Makefile
blob: 80f77d828f8d95f3f5fbe48fe84ba3642d0d194e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE= ../../../../avr
HOST_PROGS = fsm
IOBASE = ../..
fsm_SOURCES = main.c $(IOBASE)/fsm.c \
	      $(IOBASE)/gutter_cb.c $(IOBASE)/gutter_fsm.c
MODULES = utils
CONFIGFILE =
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen