summaryrefslogtreecommitdiff
path: root/n/avr/utils/Makefile
blob: 2be500265907efca9f9d08208877d5d02cc90158 (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 = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include Makefile.avr