summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/flash/test/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-03-13 00:35:33 +0100
committerNélio Laranjeiro2008-03-13 00:35:33 +0100
commit7e1e72e29349a8248901d4d4f466d1c9b556344d (patch)
tree6d7705bfb5e1300d13b23a31e0f9cc9d2c6a51eb /digital/avr/modules/flash/test/Makefile
parent40eb8ed5e80d6e6e361c6092b26957905de2028b (diff)
Flash module...
Still a problem with the write array...
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 1ae64f7f..422e7b54 100644
--- a/digital/avr/modules/flash/test/Makefile
+++ b/digital/avr/modules/flash/test/Makefile
@@ -1,10 +1,11 @@
BASE = ../../..
-AVR_PROGS = test-write-onbyte test-erase test-write-anarray test-init
+AVR_PROGS = test-flash test-write-onbyte test-erase test-write-anarray test-init
test-write-onbyte_SOURCES = test-write-onebyte.c
test-erase_SOURCES = test-erase.c
test-write-anarray_SOURCES = test-write-anarray.c
test-init_SOURCES = test-init.c
+test-flash_SOURCES = test-flash.c
MODULES = utils spi flash proto uart
CONFIGFILE = avrconfig.h