From ab2b97c9981345fadbcd2a6e82c84643bc471543 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 28 Jan 2009 23:43:25 +0100 Subject: tal/avr/modules/trace: Implement the correct version of the trace (See #59). --- digital/avr/modules/trace/test/test_host/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'digital/avr/modules/trace/test/test_host/Makefile') diff --git a/digital/avr/modules/trace/test/test_host/Makefile b/digital/avr/modules/trace/test/test_host/Makefile index cc22a863..71ec0899 100644 --- a/digital/avr/modules/trace/test/test_host/Makefile +++ b/digital/avr/modules/trace/test/test_host/Makefile @@ -2,9 +2,13 @@ BASE = ../../../.. HOST_PROGS = test-trace -test-trace_SOURCES = test-trace.c flash_stub.c +test-trace_SOURCES = test-trace.c -MODULES = trace -OPTIMIZE = -O2 +MODULES = trace flash/stub +#OPTIMIZE = -O2 +OPTIMIZE = include $(BASE)/make/Makefile.gen + +all: + touch flash.apb -- cgit v1.2.3