summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/flash/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/flash/test/Makefile')
-rw-r--r--digital/avr/modules/flash/test/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/digital/avr/modules/flash/test/Makefile b/digital/avr/modules/flash/test/Makefile
index 9fcc8790..ff34bc7f 100644
--- a/digital/avr/modules/flash/test/Makefile
+++ b/digital/avr/modules/flash/test/Makefile
@@ -1,5 +1,5 @@
BASE = ../../..
-PROGS = test_flash
+AVR_PROGS = test_flash
test_flash_SOURCES = test-flash.c
MODULES = utils spi flash proto uart
CONFIGFILE = avrconfig.h
@@ -9,9 +9,4 @@ AVR_MCU = atmega128
# -Os : size
OPTIMIZE = -O2
-# Test compilations.
-#TEST_MCU = atmega8 atmega8535 atmega128
-#TEST_CONFIGFILES = avrconfig_ring.h avrconfig_polling.h avrconfig_twoports.h
-#avrconfig_twoports_TEST_MCU = atmega128
-
include $(BASE)/make/Makefile.gen