nes-proj/tests/03-compile-arm-ports-02/Makefile

78 lines
2.5 KiB
Makefile
Raw Normal View History

2017-11-18 11:18:10 +00:00
EXAMPLESDIR=../../examples
TOOLSDIR=../../tools
EXAMPLES = \
rpl-border-router/zoul \
platform-specific/cc2538-common/zoul \
platform-specific/cc2538-common/crypto/zoul \
platform-specific/cc2538-common/pka/zoul \
platform-specific/zoul/orion/ip64-router/zoul:BOARD=orion \
2018-03-02 20:15:07 +00:00
platform-specific/zoul/orion/client/zoul:BOARD=orion \
2018-02-27 23:11:59 +00:00
platform-specific/zoul/rev-b/zoul:BOARD=remote-revb \
platform-specific/zoul/at-test/zoul \
platform-specific/zoul/rtcc/zoul \
platform-specific/zoul/zoul \
coap/coap-example-client/zoul \
coap/coap-example-server/zoul \
multicast/zoul \
lwm2m-ipso-objects/zoul \
lwm2m-ipso-objects/zoul:MAKE_WITH_DTLS=1 \
lwm2m-ipso-objects/zoul:DEFINES=LWM2M_Q_MODE_CONF_ENABLED=1 \
lwm2m-ipso-objects/zoul:DEFINES=LWM2M_Q_MODE_CONF_ENABLED=1,LWM2M_Q_MODE_CONF_INCLUDE_DYNAMIC_ADAPTATION=1\
2017-11-18 11:18:10 +00:00
hello-world/zoul \
sensniff/zoul \
sensniff/zoul:ZOUL_CONF_SUB_GHZ_SNIFFER=1 \
storage/cfs-coffee/zoul \
storage/antelope-shell/zoul \
6tisch/simple-node/zoul \
6tisch/simple-node/zoul:MAKE_WITH_ORCHESTRA=1 \
6tisch/simple-node/zoul:MAKE_WITH_SECURITY=1 \
libs/logging/zoul \
libs/logging/zoul:MAKE_MAC=MAKE_MAC_TSCH \
2017-11-18 11:18:10 +00:00
6tisch/etsi-plugtest-2017/zoul:BOARD=remote \
6tisch/6p-packet/zoul \
6tisch/sixtop/zoul \
websocket/zoul \
2017-11-18 11:18:10 +00:00
libs/timers/zoul \
libs/energest/zoul \
libs/trickle-library/zoul \
libs/data-structures/zoul \
libs/ipv6-uipbuf/zoul \
2017-11-18 11:18:10 +00:00
nullnet/zoul \
slip-radio/zoul \
benchmarks/rpl-req-resp/zoul \
2017-12-17 23:20:43 +00:00
dev/gpio-hal/zoul:BOARD=remote-reva \
dev/gpio-hal/zoul:BOARD=remote-revb \
dev/gpio-hal/zoul:BOARD=firefly-reva \
dev/gpio-hal/zoul:BOARD=firefly \
dev/gpio-hal/zoul:BOARD=orion \
2018-03-01 00:17:30 +00:00
dev/leds/zoul:BOARD=remote-reva \
dev/leds/zoul:BOARD=remote-revb \
dev/leds/zoul:BOARD=firefly-reva \
dev/leds/zoul:BOARD=firefly \
dev/leds/zoul:BOARD=orion \
2018-03-01 01:09:03 +00:00
dev/rgb-led/zoul:BOARD=remote-reva \
dev/rgb-led/zoul:BOARD=remote-revb \
dev/rgb-led/zoul:BOARD=firefly-reva \
dev/rgb-led/zoul:BOARD=firefly \
dev/rgb-led/zoul:BOARD=orion \
2017-10-30 23:59:16 +00:00
mqtt-client/zoul:BOARD=firefly \
mqtt-client/openmote-cc2538 \
2017-11-18 11:18:10 +00:00
storage/cfs-coffee/openmote-cc2538 \
sensniff/openmote-cc2538 \
hello-world/openmote-cc2538 \
rpl-udp/openmote-cc2538 \
2017-12-17 23:20:43 +00:00
dev/gpio-hal/openmote-cc2538 \
2018-03-01 00:17:30 +00:00
dev/leds/openmote-cc2538 \
2018-03-09 13:44:11 +00:00
rpl-border-router/openmote-cc2538 \
libs/ipv6-hooks/openmote-cc2538 \
libs/shell/openmote-cc2538 \
libs/simple-energest/openmote-cc2538 \
libs/deployment/openmote-cc2538 \
6tisch/simple-node/openmote-cc2538 \
6tisch/simple-node/openmote-cc2538:MAKE_WITH_SECURITY=1,MAKE_WITH_ORCHESTRA=1 \
2017-11-18 11:18:10 +00:00
TOOLS=
include ../Makefile.compile-test