From 95e02300f33749fcd21c6a9564616928b772ddec Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Wed, 18 Apr 2018 12:03:50 -0700 Subject: [PATCH] cc26xx web demo example: add compile test with RPL Classic, in order to build 6lbr client --- tests/02-compile-arm-ports-01/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/02-compile-arm-ports-01/Makefile b/tests/02-compile-arm-ports-01/Makefile index 1ecf59fe4..77cce805b 100644 --- a/tests/02-compile-arm-ports-01/Makefile +++ b/tests/02-compile-arm-ports-01/Makefile @@ -3,6 +3,7 @@ TOOLSDIR=../../tools EXAMPLES = \ platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx \ +platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:MAKE_ROUTING=MAKE_ROUTING_RPL_CLASSIC \ platform-specific/cc26xx/very-sleepy-demo/srf06-cc26xx:BOARD=sensortag/cc2650 \ platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=sensortag/cc2650 \ platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=sensortag/cc1350 \