summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/flash/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2008-03-13 13:55:14 +0100
committerNicolas Schodet2008-03-13 13:55:14 +0100
commit9290d7eed268d4bd96829dcbae839b5d6b11dad1 (patch)
tree8d36a105a70b2dc62013b8fbbc2394360bcfcfa6 /digital/avr/modules/flash/test/Makefile
parent16ceb1a0562816c94eb6fed58c7a9acf2609c353 (diff)
* digital/avr/modules/flash:
- fixed erase command. - fixed init (actually, SR should be cleared). - merged all tests in one.
Diffstat (limited to 'digital/avr/modules/flash/test/Makefile')
-rw-r--r--digital/avr/modules/flash/test/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/digital/avr/modules/flash/test/Makefile b/digital/avr/modules/flash/test/Makefile
index 422e7b54..aec41f98 100644
--- a/digital/avr/modules/flash/test/Makefile
+++ b/digital/avr/modules/flash/test/Makefile
@@ -1,10 +1,6 @@
BASE = ../../..
-AVR_PROGS = test-flash test-write-onbyte test-erase test-write-anarray test-init
+AVR_PROGS = test-flash
-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