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

test-trace_SOURCES = test-trace.c

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

include $(BASE)/make/Makefile.gen