| 1 | #Makefile for BeRTOS test. |
|---|
| 2 | #This makefile was generated automatically. |
|---|
| 3 | |
|---|
| 4 | V:= 0 |
|---|
| 5 | default: all |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | include bertos/config.mk |
|---|
| 9 | |
|---|
| 10 | include ./examples/test/avrtest.mk |
|---|
| 11 | include ./examples/test/armtest.mk |
|---|
| 12 | |
|---|
| 13 | include ./boards/arduino/examples/arduino_aprs/arduino_aprs.mk |
|---|
| 14 | include ./boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk |
|---|
| 15 | include ./boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk |
|---|
| 16 | include ./boards/arduino/templates/arduino_kernel/arduino_kernel.mk |
|---|
| 17 | include ./boards/arduino/templates/arduino_empty/arduino_empty.mk |
|---|
| 18 | |
|---|
| 19 | include ./boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs.mk |
|---|
| 20 | include ./boards/arduino-mega/benchmark/arduino-mega_context_switch/arduino-mega_context_switch.mk |
|---|
| 21 | include ./boards/arduino-mega/benchmark/arduino-mega_kernel_footprint/arduino-mega_kernel_footprint.mk |
|---|
| 22 | include ./boards/arduino-mega/templates/arduino-mega_kernel/arduino-mega_kernel.mk |
|---|
| 23 | include ./boards/arduino-mega/templates/arduino-mega_empty/arduino-mega_empty.mk |
|---|
| 24 | |
|---|
| 25 | include ./boards/triface/examples/triface/triface.mk |
|---|
| 26 | include ./boards/triface/benchmark/triface_context_switch/triface_context_switch.mk |
|---|
| 27 | include ./boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk |
|---|
| 28 | include ./boards/triface/templates/triface_empty/triface_empty.mk |
|---|
| 29 | include ./boards/triface/templates/triface_kernel/triface_kernel.mk |
|---|
| 30 | |
|---|
| 31 | include ./boards/at91sam7s-ek/templates/at91sam7s-ek_empty/at91sam7s-ek_empty.mk |
|---|
| 32 | include ./boards/at91sam7s-ek/templates/at91sam7s-ek_kernel/at91sam7s-ek_kernel.mk |
|---|
| 33 | include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_context_switch/at91sam7s-ek_context_switch.mk |
|---|
| 34 | include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_kernel_footprint/at91sam7s-ek_kernel_footprint.mk |
|---|
| 35 | |
|---|
| 36 | include ./boards/at91sam7x-ek/templates/at91sam7x-ek_empty/at91sam7x-ek_empty.mk |
|---|
| 37 | include ./boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/at91sam7x-ek_kernel.mk |
|---|
| 38 | include ./boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/at91sam7x-ek_context_switch.mk |
|---|
| 39 | include ./boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/at91sam7x-ek_kernel_footprint.mk |
|---|
| 40 | include ./boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/at91sam7x-ek_sd_fat.mk |
|---|
| 41 | include ./boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/at91sam7x-ek_tcp_server.mk |
|---|
| 42 | |
|---|
| 43 | include ./boards/sam3x-ek/examples/sam3x-ek_display/sam3x-ek_display.mk |
|---|
| 44 | include ./boards/sam3x-ek/examples/sam3x-ek_tcp_server/sam3x-ek_tcp_server.mk |
|---|
| 45 | include ./boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server.mk |
|---|
| 46 | include ./boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/sam3x-ek_sd_bootloader.mk |
|---|
| 47 | include ./boards/sam3x-ek/examples/sam3x-ek_codec/sam3x-ek_codec.mk |
|---|
| 48 | |
|---|
| 49 | include ./boards/sam3n-ek/templates/sam3n-ek_empty/sam3n-ek_empty.mk |
|---|
| 50 | include ./boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/sam3n-ek_kernel_footprint.mk |
|---|
| 51 | include ./boards/sam3n-ek/templates/sam3n-ek_kernel/sam3n-ek_kernel.mk |
|---|
| 52 | include ./boards/sam3n-ek/examples/sam3n-ek_display/sam3n-ek_display.mk |
|---|
| 53 | |
|---|
| 54 | include ./boards/stm32-p103/templates/stm32-p103_empty/stm32-p103_empty.mk |
|---|
| 55 | include ./boards/stm32-p103/templates/stm32-p103_kernel/stm32-p103_kernel.mk |
|---|
| 56 | include ./boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch.mk |
|---|
| 57 | include ./boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/stm32-p103_kernel_footprint.mk |
|---|
| 58 | include ./boards/stm32-p103/examples/usbserial/usbserial.mk |
|---|
| 59 | include ./boards/stm32-p103/examples/usbmouse/usbmouse.mk |
|---|
| 60 | include ./boards/stm32-p103/examples/usbkeyboard/usbkeyboard.mk |
|---|
| 61 | |
|---|
| 62 | include ./boards/ek-lm3s1968/examples/gps/gps.mk |
|---|
| 63 | |
|---|
| 64 | include bertos/rules.mk |
|---|