From 8eead54a68f22eea75c0599be14a9bc81e2f9fcd Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 23 Dec 2010 09:27:00 +0000 Subject: [PATCH] Remove arduino preset from night_test awaiting the avr toolchain updates on building system test. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4653 38d2e660-2303-0410-9eaa-f027e97ec537 --- Makefile.test | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile.test b/Makefile.test index 1e9c57c7..bcf0dc9d 100644 --- a/Makefile.test +++ b/Makefile.test @@ -10,17 +10,17 @@ include bertos/config.mk #include ./examples/test/avrtest.mk #include ./examples/test/armtest.mk -include ./boards/arduino/examples/arduino_aprs/arduino_aprs.mk -include ./boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk -include ./boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk -include ./boards/arduino/templates/arduino_kernel/arduino_kernel.mk -include ./boards/arduino/templates/arduino_empty/arduino_empty.mk - -include ./boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs.mk -include ./boards/arduino-mega/benchmark/arduino-mega_context_switch/arduino-mega_context_switch.mk -include ./boards/arduino-mega/benchmark/arduino-mega_kernel_footprint/arduino-mega_kernel_footprint.mk -include ./boards/arduino-mega/templates/arduino-mega_kernel/arduino-mega_kernel.mk -include ./boards/arduino-mega/templates/arduino-mega_empty/arduino-mega_empty.mk +#include ./boards/arduino/examples/arduino_aprs/arduino_aprs.mk +#include ./boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk +#include ./boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk +#include ./boards/arduino/templates/arduino_kernel/arduino_kernel.mk +#include ./boards/arduino/templates/arduino_empty/arduino_empty.mk + +#include ./boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs.mk +#include ./boards/arduino-mega/benchmark/arduino-mega_context_switch/arduino-mega_context_switch.mk +#include ./boards/arduino-mega/benchmark/arduino-mega_kernel_footprint/arduino-mega_kernel_footprint.mk +#include ./boards/arduino-mega/templates/arduino-mega_kernel/arduino-mega_kernel.mk +#include ./boards/arduino-mega/templates/arduino-mega_empty/arduino-mega_empty.mk include ./boards/triface/examples/triface/triface.mk include ./boards/triface/benchmark/triface_context_switch/triface_context_switch.mk -- 2.25.1