summaryrefslogtreecommitdiff
path: root/n/es-2007/src/Makefile
blob: 74256f57459ac412740333752b92e3b812d605d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BASE = ../../avr
AVR_PROGS = es
es_SOURCES = main.c sensor_rvb.c sniff_rvb.c timer_1.c ascenseur.c \
	     servo_motor.c sharp.c lcd.c ack.c capteurs.c
MODULES = proto uart utils adc twi
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega64
# -O2 : speed
# -Os : size
OPTIMIZE = -O2
HOST_LIBS = -lm

include $(BASE)/make/Makefile.gen