From 7e1e72e29349a8248901d4d4f466d1c9b556344d Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Thu, 13 Mar 2008 00:35:33 +0100 Subject: Flash module... Still a problem with the write array... --- 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 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 -- cgit v1.2.3