summaryrefslogtreecommitdiff
path: root/n/es-2006/src/Makefile
blob: 444347b68868221deb5793f75a0ad48f60afbf76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE = ../../avr
PROGS = es
es_SOURCES = main.c sensor_rvb.c es_config.c
MODULES = proto uart utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega64
# -O2 : speed
# -Os : size
OPTIMIZE = -O2
HOST_LIBS = -lm

include $(BASE)/make/Makefile.gen