15 lines
319 B
Makefile
15 lines
319 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/ev-aducrf101mkxz \
|
|
ipv6/rpl-border-router/ev-aducrf101mkxz \
|
|
webserver-ipv6/ev-aducrf101mkxz \
|
|
ipv6/multicast/ev-aducrf101mkxz \
|
|
cc2538dk/sniffer/ev-aducrf101mkxz \
|
|
cc26xx/cc26xx-web-demo/srf06-cc26xx \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|