From 17bcd81377a1c64d23b94497e07a866b8f4d0b05 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 13 Jun 2011 09:56:53 +0000 Subject: [PATCH] Fix sam3n example name, and re-add the others project. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4955 38d2e660-2303-0410-9eaa-f027e97ec537 --- Makefile.test | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.test b/Makefile.test index 4cc557e9..8c97cd54 100644 --- a/Makefile.test +++ b/Makefile.test @@ -18,13 +18,13 @@ 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/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 -#include ./boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk +include ./boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk include ./boards/triface/templates/triface_empty/triface_empty.mk include ./boards/triface/templates/triface_kernel/triface_kernel.mk @@ -36,7 +36,8 @@ include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_kernel_footprint/at91sam7s- include ./boards/sam3x-ek/examples/sam3x-ek_display/sam3x-ek_display.mk include ./boards/sam3x-ek/examples/sam3x-ek_tcp_server/sam3x-ek_tcp_server.mk -include ./boards/sam3n-ek/examples/display/display.mk +include ./boards/sam3n-ek/examples/sam3n-ek_display/sam3n-ek_display.mk + include ./boards/stm32-p103/examples/usbserial/usbserial.mk include ./boards/stm32-p103/examples/usbmouse/usbmouse.mk include ./boards/stm32-p103/examples/usbkeyboard/usbkeyboard.mk -- 2.25.1