From 9e34b0ebedae1c82c24d6e99f068e8bd37eb9e4d Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 28 Jan 2009 23:43:19 +0100 Subject: digital/avr/modules/flash: Wrote a flash stub to avoid the card use. (See #59) --- digital/avr/modules/flash/stub/test/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 digital/avr/modules/flash/stub/test/Makefile (limited to 'digital/avr/modules/flash/stub/test/Makefile') diff --git a/digital/avr/modules/flash/stub/test/Makefile b/digital/avr/modules/flash/stub/test/Makefile new file mode 100644 index 00000000..096fbe3f --- /dev/null +++ b/digital/avr/modules/flash/stub/test/Makefile @@ -0,0 +1,12 @@ +BASE = ../../../.. +HOST_PROGS = test_flash + +test_flash_SOURCES = test_flash.c + +MODULES = utils flash/stub +OPTIMIZE = -O2 + +include $(BASE)/make/Makefile.gen + +all: + touch flash.apb -- cgit v1.2.3