summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/test/testgetsamples/Makefile
blob: bbe76734d05fb1b4ae65dd478cf68fee3f1bc30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BASE= ../../../../avr
HOST_PROGS = getsamples
IOBASE = ../..
getsamples_SOURCES = main.c ../common.host.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 \
	      $(IOBASE)/move.c $(IOBASE)/move_cb.c $(IOBASE)/move_fsm.c \
	      $(IOBASE)/simu.host.c
MODULES =
CONFIGFILE = $(IOBASE)/avrconfig.h
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen