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

27 lines
974 B
Makefile

EXAMPLESDIR=../../examples
TOOLSDIR=../../tools
# build jn516x examples, covering IPv6, RPL, CoAP
EXAMPLES = \
hello-world/jn516x \
platform-specific/jn516x/dr1175-sensors/jn516x \
platform-specific/jn516x/rpl/border-router/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/simple-sensor-network/rpl-border-router/jn516x \
platform-specific/jn516x/tsch/tx-power-verification/rpl-border-router/jn516x \
platform-specific/jn516x/tsch/uart1-test-node/jn516x \
sensniff/jn516x \
ipv6/rpl-tsch/jn516x \
ipv6/rpl-tsch/jn516x:MAKE_WITH_ORCHESTRA=1 \
ipv6/rpl-tsch/jn516x:MAKE_WITH_SECURITY=1 \
logging/jn516x
TOOLS=
include ../Makefile.compile-test