summaryrefslogtreecommitdiff
path: root/n/avr/rs232/Makefile
blob: d1e82f2446efc265087c71412a492791ad04312f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROGS = test_rs232
test_rs232_OBJECTS = test_rs232.c rs232.c
DOC = rs232.html
EXTRACTDOC = rs232.c avrconfig.h
MODULES =
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include Makefile.avr

test_rs232.elf: $(test_rs232_OBJECTS)