X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile.test;h=c6ce3c05afbe414383d44f6834456acccbded4cf;hb=92650c9f44af904ac6391b38237a04eec980127b;hp=bcf0dc9db57832cb0ab96f985ab023942a52c3fe;hpb=8eead54a68f22eea75c0599be14a9bc81e2f9fcd;p=bertos.git diff --git a/Makefile.test b/Makefile.test index bcf0dc9d..c6ce3c05 100644 --- a/Makefile.test +++ b/Makefile.test @@ -22,23 +22,26 @@ include bertos/config.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/templates/triface_empty/triface_empty.mk -include ./boards/triface/templates/triface_kernel/triface_kernel.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/templates/triface_empty/triface_empty.mk +#include ./boards/triface/templates/triface_kernel/triface_kernel.mk include ./boards/at91sam7s-ek/templates/at91sam7s-ek_empty/at91sam7s-ek_empty.mk include ./boards/at91sam7s-ek/templates/at91sam7s-ek_kernel/at91sam7s-ek_kernel.mk include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_context_switch/at91sam7s-ek_context_switch.mk include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_kernel_footprint/at91sam7s-ek_kernel_footprint.mk +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/stm32-p103/examples/usbserial/usbserial.mk 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/tcp_server/tcp_server.mk include bertos/rules.mk