summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/trace/test/test_host/Makefile
blob: 71ec0899c95383d9de50fe6f033f83474dd73545 (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 

MODULES = trace flash/stub
#OPTIMIZE = -O2
OPTIMIZE = 

include $(BASE)/make/Makefile.gen

all: 
	touch flash.apb