summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/test/Makefile
blob: aec41f986bc9b8ca195202a15e5680dd633a2df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BASE = ../../..
AVR_PROGS = test-flash

test-flash_SOURCES = test-flash.c

MODULES = utils spi flash proto uart
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen