summaryrefslogtreecommitdiff
path: root/n/es/src/Makefile
blob: bde642db0cbd759a49547dc773f80d4eb7a14778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PROGS = es
es_OBJECTS = main.o rs232.o tourelle.o adc.o twi_slave.o proto.o 
DOC =
EXTRACTDOC =
MODULES = n/avr/rs232 n/avr/carte_capteur n/avr/utils n/avr/adc n/avr/proto n/avr/twi-slave 
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8535
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LDLIBS =

include Makefile.avr

es.elf: $(es_OBJECTS)