summaryrefslogtreecommitdiff
path: root/n/rvb/src/Makefile
blob: 5c5f9706652ed6fe857c244a88b165fbda14361f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../avr
AVR_PROGS = test_rvb
test_rvb_SOURCES = test_rvb.c
MODULES = proto uart utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen