summaryrefslogtreecommitdiff
path: root/n/chenil/Makefile
blob: 70d66e46888bd87b03af93620e0310d1fb985e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROGS = chenil
chenil_OBJECTS = chenil.o
DOC =
EXTRACTDOC =
MODULES = n/avr/utils
CONFIGFILE =
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LDLIBS =

include Makefile.avr

chenil.elf: $(chenil_OBJECTS)