summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/test/test_host/Makefile
blob: cc22a8637d2edc1572b9b31cf157c2f68596cc16 (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../../..

HOST_PROGS = test-trace

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

MODULES = trace
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen