summaryrefslogtreecommitdiff
path: root/digital/avr/modules/isp/test/Makefile
blob: c06fd35876b1185fa06b3751d77249d73ed93212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../..
AVR_PROGS = test_isp
test_isp_SOURCES = test_isp.c
MODULES = isp utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen