mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
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
|