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

DEFS =
LIBS =

include Makefile.avr