summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/test/testgetsamples/Makefile
blob: fb11e378e1d059088ecd45a88672b52552e4e0c2 (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)/getsamples.c \
	      $(IOBASE)/getsamples_cb.c $(IOBASE)/getsamples_fsm.c \
	      $(IOBASE)/top.c $(IOBASE)/top_cb.c $(IOBASE)/top_fsm.c
MODULES =
CONFIGFILE =
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen