From 4d53ce59cdc998471981e78825d85bd4cfe37b50 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 1 Mar 2009 12:08:20 +0100 Subject: digital/avr/modules/flash: Added in the initialize part of the dump memory the possibility to find where is the last trace. --- digital/avr/modules/flash/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'digital/avr/modules/flash/test/Makefile') diff --git a/digital/avr/modules/flash/test/Makefile b/digital/avr/modules/flash/test/Makefile index aec41f98..33ad8001 100644 --- a/digital/avr/modules/flash/test/Makefile +++ b/digital/avr/modules/flash/test/Makefile @@ -1,7 +1,8 @@ BASE = ../../.. -AVR_PROGS = test-flash +AVR_PROGS = test-flash flash_dump test-flash_SOURCES = test-flash.c +flash_dump_SOURCES = flash-dump.c MODULES = utils spi flash proto uart CONFIGFILE = avrconfig.h -- cgit v1.2.3