summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/trace/test/Makefile
blob: 93cffc5aa22d7ef8cfcae62b9a2c38298f82cd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BASE = ../../..
HOST_PROGS = test-trace

test-trace_SOURCES = test-trace.c flash_stub.c

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

include $(BASE)/make/Makefile.gen