From cadf1a3749fc51d266e9672fdecf1c8cd69c92a3 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 11 May 2009 22:06:51 +0200 Subject: * digital/avr/modules/flash: (Closes #68). * Removed the flash stub sub directory and add a real stub in flash.host.c file. --- digital/avr/modules/flash/test/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (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 33ad8001..0201fdff 100644 --- a/digital/avr/modules/flash/test/Makefile +++ b/digital/avr/modules/flash/test/Makefile @@ -1,8 +1,12 @@ BASE = ../../.. -AVR_PROGS = test-flash flash_dump + +HOST_PROGS = test_flash +test_flash_SOURCES = test-flash.c + +AVR_PROGS = test-flash flash-dump test-flash_SOURCES = test-flash.c -flash_dump_SOURCES = flash-dump.c +flash-dump_SOURCES = flash-dump.c MODULES = utils spi flash proto uart CONFIGFILE = avrconfig.h -- cgit v1.2.3