From 18e94e14cbd22e8696ab7e341c4b4f6094444741 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 5 Nov 2008 23:30:20 +0100 Subject: avr/modules/trace: Added the trace module. --- digital/avr/modules/trace/test/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 digital/avr/modules/trace/test/Makefile (limited to 'digital/avr/modules/trace/test/Makefile') diff --git a/digital/avr/modules/trace/test/Makefile b/digital/avr/modules/trace/test/Makefile new file mode 100644 index 00000000..93cffc5a --- /dev/null +++ b/digital/avr/modules/trace/test/Makefile @@ -0,0 +1,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 -- cgit v1.2.3