This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Makefile.test
64 lines (50 loc) · 3.47 KB
/
Makefile.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#Makefile for BeRTOS test.
#This makefile was generated automatically.
V:= 0
default: all
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-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/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/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/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 bertos/rules.mk