summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/stub/test/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-01-28 23:43:19 +0100
committerNélio Laranjeiro2009-01-28 23:43:19 +0100
commit9e34b0ebedae1c82c24d6e99f068e8bd37eb9e4d (patch)
treef8c280e09465cbeb081d08006e42e0190ff7d69b /digital/avr/modules/flash/stub/test/Makefile
parent766db94bb7a2e65cac630b801c99de457f5e1c92 (diff)
digital/avr/modules/flash: Wrote a flash stub to avoid the card use. (See #59)
Diffstat (limited to 'digital/avr/modules/flash/stub/test/Makefile')
-rw-r--r--digital/avr/modules/flash/stub/test/Makefile12
1 files changed, 12 insertions, 0 deletions
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