X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile.test;h=20d736b1b0ce926ae7917ef7d2dfa529bd02db74;hb=e7ee0183e9e42ae6a5f2ebf19d1a4a6c93672a71;hp=2f034c505e600198dac4a676e5996038e8d46fd1;hpb=fc4b3631d16afcfda7f714d7b0ac3e585de15af4;p=bertos.git diff --git a/Makefile.test b/Makefile.test index 2f034c50..20d736b1 100644 --- a/Makefile.test +++ b/Makefile.test @@ -33,19 +33,32 @@ include ./boards/at91sam7s-ek/templates/at91sam7s-ek_kernel/at91sam7s-ek_kernel. 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/at91sam7x-ek/templates/at91sam7x-ek_empty/at91sam7x-ek_empty.mk +include ./boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/at91sam7x-ek_kernel.mk +include ./boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/at91sam7x-ek_context_switch.mk +include ./boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/at91sam7x-ek_kernel_footprint.mk +include ./boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/at91sam7x-ek_sd_fat.mk +include ./boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/at91sam7x-ek_tcp_server.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/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server.mk include ./boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/sam3x-ek_sd_bootloader.mk include ./boards/sam3x-ek/examples/sam3x-ek_codec/sam3x-ek_codec.mk +include ./boards/sam3n-ek/templates/sam3n-ek_empty/sam3n-ek_empty.mk +include ./boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/sam3n-ek_kernel_footprint.mk +include ./boards/sam3n-ek/templates/sam3n-ek_kernel/sam3n-ek_kernel.mk include ./boards/sam3n-ek/examples/sam3n-ek_display/sam3n-ek_display.mk +include ./boards/stm32-p103/templates/stm32-p103_empty/stm32-p103_empty.mk +include ./boards/stm32-p103/templates/stm32-p103_kernel/stm32-p103_kernel.mk +include ./boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch.mk +include ./boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/stm32-p103_kernel_footprint.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/at91sam7x-ek_sd_fat/at91sam7x-ek_sd_fat.mk -include ./boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/at91sam7x-ek_tcp_server.mk include bertos/rules.mk