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

DEFS =
LIBS =

include Makefile.avr