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

DEFS =
LIBS =

include Makefile.avr