3446cee85b
* The previous 01-compile test has been renamed to compile-base. It now only tests {msp430, avr, native}-based platforms * New test builds for arm-based and 8051-based ports (one build per arch) * Only install arm-none-eabi, sdcc and srecord for the builds which need them. This will somewhat speed up all other tests * Test er-rest-example and webserver-ipv6 for the cc2538 * An erroneous comment was fixed and another comment was somewhat clarified
21 lines
433 B
Makefile
21 lines
433 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/econotag \
|
|
hello-world/mbxxx \
|
|
hello-world/cc2538dk \
|
|
ipv6/rpl-border-router/econotag \
|
|
ipv6/rpl-border-router/cc2538dk \
|
|
er-rest-example/econotag \
|
|
er-rest-example/cc2538dk \
|
|
webserver-ipv6/econotag \
|
|
webserver-ipv6/cc2538dk \
|
|
cc2538dk/cc2538dk \
|
|
cc2538dk/udp-ipv6-echo-server/cc2538dk \
|
|
cc2538dk/sniffer/cc2538dk \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|