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

DEFS =
LIBS =

include Makefile.avr