summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/flash/test/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-03-01 12:08:20 +0100
committerNélio Laranjeiro2009-03-01 12:08:20 +0100
commit4d53ce59cdc998471981e78825d85bd4cfe37b50 (patch)
tree7cfed27022c709e83050476e822d774b58253b1c /digital/avr/modules/flash/test/Makefile
parentba98e932657a6a8f9d5139a571bb77ef5de1beca (diff)
digital/avr/modules/flash:
Added in the initialize part of the dump memory the possibility to find where is the last trace.
Diffstat (limited to 'digital/avr/modules/flash/test/Makefile')
-rw-r--r--digital/avr/modules/flash/test/Makefile3
1 files changed, 2 insertions, 1 deletions
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