summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/test/Makefile
diff options
context:
space:
mode:
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