From f82cc53fff791feed316ad538e52d2f6f37a6889 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Tue, 9 Jun 2009 23:40:41 +0200 Subject: *digital/avr/modules/trace: * Remove the test_target and test_host to be merged only in the test directory. --- digital/avr/modules/trace/test/Makefile | 16 ++++++++++++++++ 1 file changed, 16 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..c3ea960e --- /dev/null +++ b/digital/avr/modules/trace/test/Makefile @@ -0,0 +1,16 @@ +BASE = ../../.. +AVR_PROGS = test_trace flood +HOST_PROGS = test_trace flood + +test_trace_SOURCES = test-trace.c +flood_SOURCES = flood.c + +MODULES = utils spi flash proto uart 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