17 lines
320 B
Makefile
17 lines
320 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/econotag \
|
|
hello-world/mbxxx \
|
|
ipv6/rpl-border-router/econotag \
|
|
er-rest-example/econotag \
|
|
webserver-ipv6/econotag \
|
|
ipv6/multicast/econotag \
|
|
econotag-flash-test/econotag \
|
|
econotag-ecc-test/econotag \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|