summaryrefslogtreecommitdiff
path: root/n/es/src/Makefile
blob: 41cf6b04d14815efd0e54e7eb9d7264037c40a1b (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 ascenseur.o capteurf.o
DOC =
EXTRACTDOC =
MODULES = n/avr/rs232  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)