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

DEFS =
LIBS =

include Makefile.avr