nes-proj/tests/04-compile-nxp-ports/Makefile

26 lines
846 B
Makefile
Raw Normal View History

2015-09-21 09:02:16 +00:00
EXAMPLESDIR=../../examples
TOOLSDIR=../../tools
2017-05-17 19:47:48 +00:00
# build jn516x examples, covering IPv6, RPL, CoAP
2015-09-21 09:02:16 +00:00
EXAMPLES = \
hello-world/jn516x \
platform-specific/jn516x/dr1175-sensors/jn516x \
platform-specific/jn516x/rpl/node/jn516x \
platform-specific/jn516x/rpl/coap-dongle-node/jn516x \
platform-specific/jn516x/rpl/coap-dr1175-node/jn516x \
platform-specific/jn516x/rpl/coap-dr1199-node/jn516x \
platform-specific/jn516x/tsch/simple-sensor-network/node/jn516x \
platform-specific/jn516x/tsch/tx-power-verification/node/jn516x \
platform-specific/jn516x/tsch/uart1-test-node/jn516x \
2016-07-24 02:48:37 +00:00
sensniff/jn516x \
rpl-border-router/jn516x \
6tisch/simple-node/jn516x \
6tisch/simple-node/jn516x:MAKE_WITH_ORCHESTRA=1 \
6tisch/simple-node/jn516x:MAKE_WITH_SECURITY=1 \
libs/logging/jn516x \
6tisch/etsi-plugtest-2017/jn516x
2015-09-21 09:02:16 +00:00
TOOLS=
include ../Makefile.compile-test