14 lines
281 B
Makefile
14 lines
281 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 \
|
||
|
|
||
|
TOOLS=
|
||
|
|
||
|
include ../Makefile.compile-test
|