summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/test/Makefile
blob: ff34bc7ff0871714c28d6b30cd4105c9c1efb154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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