X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile.test;h=1eefd55c16f23e1fb352c4bc9d8e2a37a28f5d6f;hb=ba19129961d4c83e40df170d25633fc79f504866;hp=d3d7dbac7d3f6d9827ba198641b32ad35a1d9eda;hpb=ab4267aa3edebd888661683ce954c1ca71e4542f;p=bertos.git diff --git a/Makefile.test b/Makefile.test index d3d7dbac..1eefd55c 100644 --- a/Makefile.test +++ b/Makefile.test @@ -10,11 +10,11 @@ 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/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 @@ -42,6 +42,6 @@ include ./boards/stm32-p103/examples/usbmouse/usbmouse.mk include ./boards/stm32-p103/examples/usbkeyboard/usbkeyboard.mk include ./boards/ek-lm3s1968/examples/gps/gps.mk include ./boards/at91sam7x-ek/examples/sd_fat/sd_fat.mk -#include ./boards/at91sam7x-ek/examples/tcp_server/tcp_server.mk +include ./boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/at91sam7x-ek_tcp_server.mk include bertos/rules.mk